Skip to content

Commit 4030204

Browse files
committed
Fix
1 parent 4aa4ad4 commit 4030204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge-bot-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: 'Wait for status checks'
1515
if: github.event.pull_request.user.login == 'phpstan-bot'
1616
id: waitforstatuschecks
17-
uses: "WyriHaximus/github-action-wait-for-status@v2"
17+
uses: "WyriHaximus/github-action-wait-for-status@v1"
1818
with:
19-
ignoreActions: Automerge PRs
19+
ignoreActions: automerge
2020
checkInterval: 13
2121
env:
2222
GITHUB_TOKEN: "${{ secrets.PHPSTAN_BOT_TOKEN }}"

0 commit comments

Comments
 (0)