Skip to content

Commit 07f445c

Browse files
author
openshift-pipelines-bot
committed
[bot:release-v1.22.x] update konflux configuration
1 parent 12d53c9 commit 07f445c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge-upstream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
pr_list=$(gh pr list \
2525
--state open \
26-
--label upstream \
26+
--search 'label:upstream -label:do-not-merge/hold' \
2727
--json number,title,statusCheckRollup \
2828
--jq ' .[]| select((.statusCheckRollup // [])| all(.conclusion == "SUCCESS" or .conclusion == "SKIPPED"))| "\(.number)"')
2929

0 commit comments

Comments
 (0)