File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 11name : Dependabot auto-merge
22on : pull_request
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }}
6+ cancel-in-progress : true
7+
48permissions :
59 contents : write
610 pull-requests : write
Original file line number Diff line number Diff line change 2020 schedule :
2121 - cron : ' 31 21 * * 6'
2222
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }}
25+ cancel-in-progress : true
26+
2327# Minimal permissions to be inherited by any job that don't declare it's own permissions
2428permissions :
2529 contents : read
Original file line number Diff line number Diff line change 77 - main
88 - " release-*"
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }}
12+ cancel-in-progress : true
13+
1014# Minimal permissions to be inherited by any job that don't declare it's own permissions
1115permissions :
1216 contents : read
Original file line number Diff line number Diff line change 1212 - " .golangci.yml"
1313 pull_request :
1414
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }}
17+ cancel-in-progress : true
18+
1519permissions : # added using https://github.com/step-security/secure-repo
1620 contents : read
1721
You can’t perform that action at this time.
0 commit comments