From 6c02a7648c62b5df4d6bbe6ce026062a8a81344c Mon Sep 17 00:00:00 2001 From: Andres Gilgado Date: Fri, 8 May 2026 20:06:42 +0200 Subject: [PATCH] CNF-22981: Enable Tide auto-merge for red-hat-konflux[bot] on rh-ecosystem-edge/recert Add allow-automatic-merge label definition and Tide query with author: red-hat-konflux[bot] to enable automatic merging of Konflux dependency update PRs for rh-ecosystem-edge/recert. Co-authored-by: Cursor --- core-services/prow/02_config/_labels.yaml | 7 +++++++ .../rh-ecosystem-edge/recert/_prowconfig.yaml | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/core-services/prow/02_config/_labels.yaml b/core-services/prow/02_config/_labels.yaml index ac61a58232777..85fc7bb76a71e 100644 --- a/core-services/prow/02_config/_labels.yaml +++ b/core-services/prow/02_config/_labels.yaml @@ -1283,6 +1283,13 @@ repos: name: run-integration-tests target: prs addedBy: label + rh-ecosystem-edge/recert: + labels: + - color: 0ffa16 + description: Allows Tide to automatically merge PRs from trusted authors + name: allow-automatic-merge + target: prs + addedBy: label ViaQ/vector: labels: - color: ffaa00 diff --git a/core-services/prow/02_config/rh-ecosystem-edge/recert/_prowconfig.yaml b/core-services/prow/02_config/rh-ecosystem-edge/recert/_prowconfig.yaml index 4c58947e3725e..7a3326cd8a979 100644 --- a/core-services/prow/02_config/rh-ecosystem-edge/recert/_prowconfig.yaml +++ b/core-services/prow/02_config/rh-ecosystem-edge/recert/_prowconfig.yaml @@ -21,6 +21,18 @@ branch-protection: protect: true tide: queries: + - author: red-hat-konflux[bot] + labels: + - allow-automatic-merge + missingLabels: + - backports/unvalidated-commits + - do-not-merge/hold + - do-not-merge/invalid-owners-file + - do-not-merge/work-in-progress + - jira/invalid-bug + - needs-rebase + repos: + - rh-ecosystem-edge/recert - labels: - approved - lgtm