Revert "update ViaQ/vector labels to allow squash merge (#78874)"#79266
Revert "update ViaQ/vector labels to allow squash merge (#78874)"#79266redhat-chai-bot wants to merge 1 commit into
Conversation
)" This reverts commit f9c07a7.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThe PR removes the repository-specific label configuration for ChangesProw Repository Label Removal
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @redhat-chai-bot. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-chai-bot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
/ok-to-test |
|
@redhat-chai-bot: 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. |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
This reverts commit f9c07a7.
Why
PR #78874 added a repo-specific
tide/merge-method-squashlabel forViaQ/vectorin therepos:section of_labels.yaml. This label is already defined in thedefault:section (which applies to all repos), causing a duplicate that the label-sync tool rejects during config validation:The
periodic-label-syncjob has been failing every week since January 21, 2026, preventing label syncing for ALL configured orgs (openshift, openshift-eng, openshift-priv, etc.).What this does
Reverts the addition of the
ViaQ/vectorrepo-specific entry. Thetide/merge-method-squashlabel remains available onViaQ/vector(and all other repos) via thedefaultconfiguration — the original intent of PR #78874 is fully preserved.Replaces #79264 (which was a manual edit rather than a proper revert).
/cc @jcantrill
Revert of duplicate label configuration for ViaQ/vector
This PR reverts a change from PR #78874 that added a repository-specific
tide/merge-method-squashlabel configuration for the ViaQ/vector repository. The label already exists in the default configuration section, creating a duplicate-label validation error that caused the label-sync tool to reject the entire configuration.Impact on CI infrastructure:
periodic-label-syncjob has been failing since January 21, 2026, due to the duplicate label validation error. This revert restores the job's ability to sync Prow labels across all configured organizations.tide/merge-method-squashlabel remains available for ViaQ/vector through the default configuration, maintaining the original intent of enabling squash merge behavior for this repository.Changes:
core-services/prow/02_config/_labels.yaml