Enable Tide auto-merge for terraform-windows-provisioner#73987
Conversation
Add Tide configuration to enable automatic merging for PRs in the openshift/terraform-windows-provisioner repository. Configuration: - Auto-merge PRs with both 'approved' and 'lgtm' labels - Block merging for PRs with hold, work-in-progress, or needs-rebase labels - Require all CI checks to pass before merging This complements the approve plugin configuration added in PR openshift#73368 and enables full automatic merge workflow via Tide.
|
[REHEARSALNOTIFIER] |
|
@rrasouli: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liangxia, rrasouli The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@rrasouli: Updated the
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…3987) Add Tide configuration to enable automatic merging for PRs in the openshift/terraform-windows-provisioner repository. Configuration: - Auto-merge PRs with both 'approved' and 'lgtm' labels - Block merging for PRs with hold, work-in-progress, or needs-rebase labels - Require all CI checks to pass before merging This complements the approve plugin configuration added in PR openshift#73368 and enables full automatic merge workflow via Tide.
…3987) Add Tide configuration to enable automatic merging for PRs in the openshift/terraform-windows-provisioner repository. Configuration: - Auto-merge PRs with both 'approved' and 'lgtm' labels - Block merging for PRs with hold, work-in-progress, or needs-rebase labels - Require all CI checks to pass before merging This complements the approve plugin configuration added in PR openshift#73368 and enables full automatic merge workflow via Tide.
…3987) Add Tide configuration to enable automatic merging for PRs in the openshift/terraform-windows-provisioner repository. Configuration: - Auto-merge PRs with both 'approved' and 'lgtm' labels - Block merging for PRs with hold, work-in-progress, or needs-rebase labels - Require all CI checks to pass before merging This complements the approve plugin configuration added in PR openshift#73368 and enables full automatic merge workflow via Tide.
Summary
Enable Tide automatic merging for the
openshift/terraform-windows-provisionerrepository.Background
PR #73368 enabled the
/approveplugin for terraform-windows-provisioner, but Tide auto-merge was not configured. This means PRs still require manual merging even when they have bothlgtmandapprovedlabels.Changes
Add
_prowconfig.yamlforopenshift/terraform-windows-provisioner:approvedandlgtmlabelsdo-not-merge/hold,do-not-merge/work-in-progress,do-not-merge/invalid-owners-file, orneeds-rebaselabelsConfiguration
Testing
After this PR merges, Tide will automatically merge PRs that:
Related