From 630b817731970efaa74a782da40fd9836af389a6 Mon Sep 17 00:00:00 2001 From: Chai Bot Date: Wed, 13 May 2026 18:16:03 +0000 Subject: [PATCH] labels: remove duplicate ViaQ/vector tide/merge-method-squash label PR #78874 added a repo-specific tide/merge-method-squash label for ViaQ/vector, but this label is already defined in the default section and applied to all repos. The duplicate causes the periodic-label-sync job to fail with: invalid config: duplicate label tide/merge-method-squash at ViaQ/vector.tide/merge-method-squash and default.tide/merge-method-squash The label-sync job has been failing every week since Jan 21, 2026, preventing label syncing for all configured orgs. Removing the repo-specific entry fixes the validation error. The tide/merge-method-squash label will continue to be available on ViaQ/vector via the default configuration. --- core-services/prow/02_config/_labels.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core-services/prow/02_config/_labels.yaml b/core-services/prow/02_config/_labels.yaml index 85fc7bb76a71e..68b50ad7a5765 100644 --- a/core-services/prow/02_config/_labels.yaml +++ b/core-services/prow/02_config/_labels.yaml @@ -1290,10 +1290,3 @@ repos: name: allow-automatic-merge target: prs addedBy: label - ViaQ/vector: - labels: - - color: ffaa00 - description: Denotes a PR that should be squashed by tide when it merges. - name: tide/merge-method-squash - target: prs - addedBy: humans