From 33b7f44bdb28409592a9df220f5fd421b17498d0 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Mon, 19 Jan 2026 15:24:14 +0000 Subject: [PATCH] [bot:next] update konflux configuration Generated by workflow [Generate konflux configurations](https://github.com/openshift-pipelines/hack/actions/runs/21142758381) Triggered by github-merge-queue[bot] --- .github/workflows/auto-merge-upstream.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-upstream.yaml b/.github/workflows/auto-merge-upstream.yaml index 5b3eef48db..1868e85d61 100644 --- a/.github/workflows/auto-merge-upstream.yaml +++ b/.github/workflows/auto-merge-upstream.yaml @@ -23,7 +23,7 @@ jobs: pr_list=$(gh pr list \ --state open \ - --label upstream \ + --search 'label:upstream -label:do-not-merge/hold' \ --json number,title,statusCheckRollup \ --jq ' .[]| select((.statusCheckRollup // [])| all(.conclusion == "SUCCESS" or .conclusion == "SKIPPED"))| "\(.number)"')