File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - opened
77 - edited
88 - reopened
9- - synchronize
109
1110jobs :
1211 test_sdc_tasks :
1312 name : Test SDC Tasks
1413 runs-on : ubuntu-slim
1514 permissions :
1615 pull-requests : write
17- env :
18- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19- ISSUE_URL : ${{ github.event.pull_request.html_url }}
16+ if : ${{ github.event.label.name == 'Needs Review' }}
2017 steps :
2118 - name : checkout base branch
2219 uses : actions/checkout@v5
5754 gh pr comment $ISSUE_URL --body-file testoutput.txt
5855 - name : add appropriate labels
5956 if : steps.test-individual-shell-tools.outputs.complete == 'y' || steps.test-jq.outputs.complete == 'y' || steps.test-shell-pipelines.outputs.complete == 'y' || steps.test-implement-cowsay.outputs.complete == 'y'
57+ env :
58+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59+ ISSUE_URL : ${{ github.event.pull_request.html_url }}
6060 run : |
6161 gh pr edit $ISSUE_URL --add-label "Complete"
6262 gh pr edit $ISSUE_URL --remove-label "Needs Review"
You can’t perform that action at this time.
0 commit comments