We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a57a6c9 + 1285509 commit 1b3b3a6Copy full SHA for 1b3b3a6
2 files changed
.github/workflows/auto-review.yml
@@ -29,7 +29,7 @@ jobs:
29
# create review
30
pull-requests: write
31
steps:
32
- - uses: lewagon/wait-on-check-action@v1.4.1
+ - uses: lewagon/wait-on-check-action@v1.5.0
33
with:
34
ref: ${{ github.event.pull_request.head.sha }}
35
repo-token: ${{ github.token }}
.github/workflows/automerge.yml
@@ -39,7 +39,7 @@ jobs:
39
# wait-on-check requires only checks read
40
checks: read
41
42
43
44
45
check-regexp: "test.*"
0 commit comments