Skip to content

Commit 14fa5f1

Browse files
wip
1 parent 63313f4 commit 14fa5f1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
label-test-robot-done: test-robot-done
3030
label-test-robot-needed: test-robot-needed
3131

32-
green:
32+
pr-green:
3333
runs-on: ubuntu-latest
3434
needs: test-robot-check
35-
name: Green
35+
name: PR / Green
3636
steps:
3737
- uses: wechuli/allcheckspassed@v2
3838
with:

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
label-test-robot-done: test-robot-done
3737
label-test-robot-needed: test-robot-needed
3838

39-
green:
39+
pr-green:
4040
runs-on: ubuntu-latest
4141
needs: test-robot-check
42-
name: Green
42+
name: PR / Green
4343
steps:
4444
- uses: wechuli/allcheckspassed@v2
4545
with:

0 commit comments

Comments
 (0)