Skip to content

Commit b6c6b8a

Browse files
wip
1 parent 03ffd95 commit b6c6b8a

2 files changed

Lines changed: 6 additions & 22 deletions

File tree

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,3 @@ jobs:
2222
label-test-robot-needed: test-robot-needed
2323
secrets:
2424
token: ${{ secrets.BOT_REPO_TOKEN }}
25-
26-
test-robot-check:
27-
needs: test-robot-label
28-
if: ${{ !cancelled() }}
29-
name: Job
30-
uses: ./.github/workflows/test-robot-check.yml
31-
with:
32-
label-test-robot-done: test-robot-done
33-
label-test-robot-needed: test-robot-needed
34-
secrets:
35-
token: ${{ secrets.BOT_REPO_TOKEN }}
36-
37-
all-green:
38-
needs: test-robot-check
39-
if: ${{ !cancelled() }}
40-
name: Job
41-
uses: ./.github/workflows/all-green.yml

.github/workflows/test-robot-label.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
test-name: Robot
4545
token: ${{ secrets.token }}
4646

47-
# - name: Rerun pull-request workflow
48-
# uses: getdevopspro/github-actions/pr/checks-rerun@v6.3.2
49-
# with:
50-
# workflow-id: pull-request.yml
51-
# token: ${{ secrets.token }}
47+
- name: Rerun pull-request workflow
48+
uses: getdevopspro/github-actions/pr/job-rerun@v6.3.2
49+
with:
50+
workflow-id: pull-request.yml
51+
token: ${{ secrets.token }}
52+
job-name: "All Green"

0 commit comments

Comments
 (0)