File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments