File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 runs-on : ubuntu-latest
1313 if : ${{ github.actor == 'dependabot[bot]' }}
1414 steps :
15- - name : Wait for check is finished
16- uses : lewagon/wait-on-check-action@v1.2.0
17- id : wait_for_checks
18- with :
19- ref : ${{ github.event.pull_request.head.sha || github.sha }}
20- running-workflow-name : wait_for_checks
21- check-regexp : test
22- repo-token : ${{ secrets.MATZBOT_GITHUB_TOKEN }}
23- wait-interval : 10
15+ - name : Wait for check is finished
16+ uses : lewagon/wait-on-check-action@v1.2.0
17+ id : wait_for_checks
18+ with :
19+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
20+ running-workflow-name : wait_for_checks
21+ check-regexp : test
22+ repo-token : ${{ secrets.MATZBOT_GITHUB_TOKEN }}
23+ wait-interval : 10
2424 dependabot :
2525 needs : [wait_for_checks]
2626 name : Dependabot auto-merge
You can’t perform that action at this time.
0 commit comments