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 4e2db1f commit a3f2f7bCopy full SHA for a3f2f7b
1 file changed
.github/workflows/dependabot_automerge.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Wait for status checks
20
uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
21
with:
22
- repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
23
ref: ${{ github.event.pull_request.head.sha || github.sha }}
24
check-regexp: 'make \(check, .*\)'
25
wait-interval: 30
0 commit comments