Skip to content

Commit 700f1ef

Browse files
openshift-pipelines-botopenshift-pipelines-bot
authored andcommitted
[bot:release-v1.23.x] update konflux configuration
Generated by workflow [Generate konflux configurations](https://github.com/openshift-pipelines/hack/actions/runs/26080030794) Triggered by pramodbindal
1 parent 60dbf73 commit 700f1ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
pr_list=$(gh pr list \
2626
--state open \
2727
--base release-v1.23.x \
28-
--search 'label:upstream,label:hack -label:do-not-merge/hold' \
28+
--search 'label:upstream,hack,automated -label:do-not-merge/hold' \
2929
--json number \
3030
--jq '.[]|.number')
3131
3232
success_pr_list=$(gh pr list \
3333
--state open \
3434
--base release-v1.23.x \
35-
--search 'label:upstream,label:hack -label:do-not-merge/hold' \
35+
--search 'label:upstream,hack,automated -label:do-not-merge/hold' \
3636
--json number,title,statusCheckRollup \
3737
--jq ' .[]| select((.statusCheckRollup // [])| all(.conclusion == "SUCCESS" or .conclusion == "SKIPPED" or .conclusion == "NEUTRAL"))| "\(.number)"')
3838

0 commit comments

Comments
 (0)