File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 uses : ./.github/workflows/test-robot-label.yml
2020 with :
2121 label-test-robot-done : test-robot-done
22+ label-test-robot-needed : test-robot-needed
23+
24+ test-robot-check :
25+ needs : test-robot-label
26+ if : always() && needs.test-robot-label.result != 'failure'
27+ name : Job
28+ uses : ./.github/workflows/test-robot-check.yml
29+ with :
30+ label-test-robot-done : test-robot-done
31+ label-test-robot-needed : test-robot-needed
Original file line number Diff line number Diff line change 88 type : string
99 required : false
1010 default : ' test-robot-done'
11+ label-test-robot-needed :
12+ description : ' Label name indicating the PR needs robot testing'
13+ type : string
14+ required : false
15+ default : ' test-robot-needed'
1116
1217permissions :
1318 contents : read
2631 uses : ./.github/actions/test-robot-label
2732 with :
2833 label-test-robot-done : ${{ inputs.label-test-robot-done }}
34+ label-test-robot-needed : ${{ inputs.label-test-robot-needed }}
You can’t perform that action at this time.
0 commit comments