File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222
2323concurrency :
24- # Only cancel in-progress runs for pull_request events, this prevents cancelling workflows against main or tags
25- # A pull_request will reuse the same group thus enabling cancelation, all others receive a unique run_id
2624 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
2725 cancel-in-progress : true
2826
Original file line number Diff line number Diff line change 2828 project-url : https://github.com/orgs/posit-dev/projects/17
2929
3030 - name : Add Default Labels
31- uses : actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
32- with :
33- github_token : ${{ steps.app-token.outputs.token }}
34- labels : |
35- docker
31+ env :
32+ GH_TOKEN : ${{ steps.app-token.outputs.token }}
33+ GH_REPO : ${{ github.repository }}
34+ ISSUE_NUMBER : ${{ github.event.issue.number }}
35+ run : gh issue edit "$ISSUE_NUMBER" --add-label " docker"
Original file line number Diff line number Diff line change 1212
1313
1414concurrency :
15- # Only cancel in-progress runs for pull_request events, this prevents cancelling workflows against main or tags
16- # A pull_request will reuse the same group thus enabling cancelation, all others receive a unique run_id
1715 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
1816 cancel-in-progress : true
1917
Original file line number Diff line number Diff line change 1212
1313
1414concurrency :
15- # Only cancel in-progress runs for pull_request events, this prevents cancelling workflows against main or tags
16- # A pull_request will reuse the same group thus enabling cancelation, all others receive a unique run_id
1715 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
1816 cancel-in-progress : true
1917
You can’t perform that action at this time.
0 commit comments