Skip to content

Commit 8d4b7c5

Browse files
wip
1 parent 7026e20 commit 8d4b7c5

3 files changed

Lines changed: 25 additions & 22 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,3 @@ jobs:
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

.github/workflows/pull-request.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,3 @@ jobs:
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

0 commit comments

Comments
 (0)