Skip to content

Commit 864c9c1

Browse files
authored
Add all-checks-passed workflow (#12593)
1 parent 8fad3e4 commit 864c9c1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: all-checks-passed
2+
on:
3+
pull_request:
4+
types:
5+
[
6+
opened,
7+
synchronize,
8+
reopened,
9+
ready_for_review,
10+
edited,
11+
labeled,
12+
milestoned,
13+
]
14+
15+
jobs:
16+
all-checks:
17+
runs-on: ubuntu-latest
18+
permissions:
19+
checks: read
20+
contents: read
21+
steps:
22+
- uses: wechuli/allcheckspassed@2e5e8bbc775f5680ed5d02e3a22e2fc7219792ac
23+
with:
24+
delay: '3'
25+
retries: '30'
26+
polling_interval: '1'

0 commit comments

Comments
 (0)