File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : PR
2+
3+ on :
4+ workflow_run :
5+ workflows : [ "PR" ]
6+ types : [completed]
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
11+
12+ permissions :
13+ contents : read
14+ pull-requests : write
15+
16+ jobs :
17+ allchecks :
18+ runs-on : ubuntu-latest
19+ name : Job
20+ steps :
21+ - uses : wechuli/allcheckspassed@v2
22+ with :
23+ poll : false
24+ delay : 0
25+ retries : 0
Original file line number Diff line number Diff line change 2828 with :
2929 label-test-robot-done : test-robot-done
3030 label-test-robot-needed : test-robot-needed
31-
32- allchecks :
33- needs : test-robot-check
34- runs-on : ubuntu-latest
35- name : Job
36- steps :
37- - uses : wechuli/allcheckspassed@v2
38- with :
39- poll : false
40- delay : 0
41- retries : 0
Original file line number Diff line number Diff line change 3535 with :
3636 label-test-robot-done : test-robot-done
3737 label-test-robot-needed : test-robot-needed
38-
39- allchecks :
40- needs : test-robot-check
41- runs-on : ubuntu-latest
42- name : Job
43- steps :
44- - uses : wechuli/allcheckspassed@v2
45- with :
46- poll : false
47- delay : 0
48- retries : 0
You can’t perform that action at this time.
0 commit comments