We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63313f4 commit 14fa5f1Copy full SHA for 14fa5f1
2 files changed
.github/workflows/pull-request-label.yml
@@ -29,10 +29,10 @@ jobs:
29
label-test-robot-done: test-robot-done
30
label-test-robot-needed: test-robot-needed
31
32
- green:
+ pr-green:
33
runs-on: ubuntu-latest
34
needs: test-robot-check
35
- name: Green
+ name: PR / Green
36
steps:
37
- uses: wechuli/allcheckspassed@v2
38
with:
.github/workflows/pull-request.yml
@@ -36,10 +36,10 @@ jobs:
39
40
41
42
43
44
45
0 commit comments