We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a503f0a commit ea83775Copy full SHA for ea83775
.github/workflows/auto-merge-next.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- name: Checkout the current repo
16
uses: actions/checkout@v4
17
- - name: auto-approve-update-references
+ - name: auto-approve-konflux-nudges
18
run: |
19
gh auth status
20
git config user.name openshift-pipelines-bot
@@ -23,7 +23,7 @@ jobs:
23
BASE_BRANCH=next
24
echo "Base branch is $BASE_BRANCH"
25
# LGTM pull requests that might have one review but no more lgtm
26
- for p in $(gh pr list --search "author:app/red-hat-konflux base:$BASE_BRANCH" --json "number" | jq ".[].number"); do
+ for p in $(gh pr list --search "label:konflux-nudge base:$BASE_BRANCH" --json "number" | jq ".[].number"); do
27
echo "Approving PR $p"
28
gh pr review $p --approve --body "/lgtm"
29
done
0 commit comments