File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : Dependabot auto-merge
2
2
on : pull_request
3
3
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
+
4
8
permissions :
5
9
contents : write
6
10
pull-requests : write
Original file line number Diff line number Diff line change 20
20
schedule :
21
21
- cron : ' 31 21 * * 6'
22
22
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
+
23
27
# Minimal permissions to be inherited by any job that don't declare it's own permissions
24
28
permissions :
25
29
contents : read
Original file line number Diff line number Diff line change 7
7
- main
8
8
- " release-*"
9
9
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
+
10
14
# Minimal permissions to be inherited by any job that don't declare it's own permissions
11
15
permissions :
12
16
contents : read
Original file line number Diff line number Diff line change 12
12
- " .golangci.yml"
13
13
pull_request :
14
14
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
+
15
19
permissions : # added using https://github.com/step-security/secure-repo
16
20
contents : read
17
21
You can’t perform that action at this time.
0 commit comments