File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : ' 9448815 '
2+ _commit : 80fd831
33_src_path : gh:athackst/ci
44bump_script_path : ' '
55release_template : ' ## What'' s changed
Original file line number Diff line number Diff line change 2626 uses : athackst/ci/.github/workflows/ci_updater.yml@main
2727 with :
2828 create-pr : true
29+ automerge : true
2930 secrets :
3031 token : ${{ secrets.CI_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1313 - labeled
1414 - unlabeled
1515
16+ concurrency :
17+ group : " pr-automerge-${{ github.event.pull_request.number || github.ref }}"
18+ cancel-in-progress : true
19+
1620jobs :
1721 pr-automerge :
1822 permissions :
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ name: PR Labeler
66on :
77 pull_request_target :
88
9+ concurrency :
10+ group : " pr-labeler-${{ github.event.pull_request.number || github.ref }}"
11+ cancel-in-progress : true
12+
913jobs :
1014 pr-label :
1115 permissions :
You can’t perform that action at this time.
0 commit comments