Skip to content

Commit 25caf56

Browse files
committed
Changed SCB-Bot to check all PRs for exisiting upgrade PRs
This is done to allow closing a PR without merging when the upgrade is not wanted Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 0f51f7f commit 25caf56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scb-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
echo pullRequest=$pullRequestTitle >> $GITHUB_ENV
122122
123123
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
124-
echo prExists=$(gh pr list --state open --limit 100 | grep -F "$pullRequestTitle" -c) >> $GITHUB_ENV
124+
echo prExists=$(gh pr list --state all --limit 100 | grep -F "$pullRequestTitle" -c) >> $GITHUB_ENV
125125
126126
- name: Fetch new release changelog
127127
if: ${{ env.release != env.local && env.release != null }}

0 commit comments

Comments
 (0)