Skip to content

Commit ea041b2

Browse files
wip
1 parent b3dbd02 commit ea041b2

3 files changed

Lines changed: 20 additions & 22 deletions

File tree

.github/workflows/pull-request-green.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/pull-request-label.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,13 @@ jobs:
2828
with:
2929
label-test-robot-done: test-robot-done
3030
label-test-robot-needed: test-robot-needed
31+
32+
green:
33+
runs-on: ubuntu-latest
34+
name: Green
35+
steps:
36+
- uses: wechuli/allcheckspassed@v2
37+
with:
38+
poll: false
39+
delay: 0
40+
retries: 0

.github/workflows/pull-request.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ jobs:
3535
with:
3636
label-test-robot-done: test-robot-done
3737
label-test-robot-needed: test-robot-needed
38+
39+
green:
40+
runs-on: ubuntu-latest
41+
name: Green
42+
steps:
43+
- uses: wechuli/allcheckspassed@v2
44+
with:
45+
poll: false
46+
delay: 0
47+
retries: 0

0 commit comments

Comments
 (0)