Skip to content

Enable Tide auto-merge for terraform-windows-provisioner#73987

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
rrasouli:enable-terraform-windows-provisioner-tide
Jan 27, 2026
Merged

Enable Tide auto-merge for terraform-windows-provisioner#73987
openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
rrasouli:enable-terraform-windows-provisioner-tide

Conversation

@rrasouli
Copy link
Contributor

Summary

Enable Tide automatic merging for the openshift/terraform-windows-provisioner repository.

Background

PR #73368 enabled the /approve plugin for terraform-windows-provisioner, but Tide auto-merge was not configured. This means PRs still require manual merging even when they have both lgtm and approved labels.

Changes

Add _prowconfig.yaml for openshift/terraform-windows-provisioner:

  • Configure Tide queries to auto-merge PRs with both approved and lgtm labels
  • Block merging for PRs with do-not-merge/hold, do-not-merge/work-in-progress, do-not-merge/invalid-owners-file, or needs-rebase labels
  • Require all CI checks to pass before merging

Configuration

tide:
  queries:
  - labels:
    - approved
    - lgtm
    missingLabels:
    - do-not-merge/hold
    - do-not-merge/invalid-owners-file
    - do-not-merge/work-in-progress
    - needs-rebase
    repos:
    - openshift/terraform-windows-provisioner

Testing

After this PR merges, Tide will automatically merge PRs that:

  1. Have both "lgtm" and "approved" labels
  2. Have all CI checks passing
  3. Do not have any blocking labels

Related

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.
@openshift-ci openshift-ci bot requested review from jrvaldes and sebsoto January 27, 2026 09:18
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 27, 2026
@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jan 27, 2026
@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@rrasouli: no rehearsable tests are affected by this change

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 27, 2026

@rrasouli: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 27, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 27, 2026

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 562f125 into openshift:master Jan 27, 2026
10 checks passed
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 27, 2026

@rrasouli: Updated the config configmap in namespace ci at cluster app.ci using the following files:

  • key core-services-prow-02_config-openshift-terraform-windows-provisioner-_prowconfig.yaml using file core-services/prow/02_config/openshift/terraform-windows-provisioner/_prowconfig.yaml
Details

In response to this:

Summary

Enable Tide automatic merging for the openshift/terraform-windows-provisioner repository.

Background

PR #73368 enabled the /approve plugin for terraform-windows-provisioner, but Tide auto-merge was not configured. This means PRs still require manual merging even when they have both lgtm and approved labels.

Changes

Add _prowconfig.yaml for openshift/terraform-windows-provisioner:

  • Configure Tide queries to auto-merge PRs with both approved and lgtm labels
  • Block merging for PRs with do-not-merge/hold, do-not-merge/work-in-progress, do-not-merge/invalid-owners-file, or needs-rebase labels
  • Require all CI checks to pass before merging

Configuration

tide:
 queries:
 - labels:
   - approved
   - lgtm
   missingLabels:
   - do-not-merge/hold
   - do-not-merge/invalid-owners-file
   - do-not-merge/work-in-progress
   - needs-rebase
   repos:
   - openshift/terraform-windows-provisioner

Testing

After this PR merges, Tide will automatically merge PRs that:

  1. Have both "lgtm" and "approved" labels
  2. Have all CI checks passing
  3. Do not have any blocking labels

Related

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.

richardsonnick pushed a commit to richardsonnick/release that referenced this pull request Feb 10, 2026
…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.
richardsonnick pushed a commit to richardsonnick/release that referenced this pull request Feb 18, 2026
…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.
dhensel-rh pushed a commit to dhensel-rh/release that referenced this pull request Feb 19, 2026
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants