We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dbd02 commit ea041b2Copy full SHA for ea041b2
3 files changed
.github/workflows/pull-request-green.yml
.github/workflows/pull-request-label.yml
@@ -28,3 +28,13 @@ jobs:
28
with:
29
label-test-robot-done: test-robot-done
30
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
@@ -35,3 +35,13 @@ jobs:
41
42
43
44
45
46
47
0 commit comments