Commit 4c85cee 1 parent 56fb766 commit 4c85cee Copy full SHA for 4c85cee
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,16 @@ concurrency:
6
6
group : " triage-${{ github.event.number }}"
7
7
cancel-in-progress : true
8
8
9
- permissions :
10
- contents : read
11
- pull-requests : write
12
-
13
9
jobs :
14
10
limit-pull-requests :
15
11
if : >
16
12
always() && github.repository_owner == 'Homebrew' &&
17
13
(github.event_name == 'pull_request_target' &&
18
14
github.event.action == 'opened')
19
15
runs-on : ubuntu-latest
16
+ permissions :
17
+ contents : read
18
+ pull-requests : write
20
19
steps :
21
20
- uses : Homebrew/actions/limit-pull-requests@master
22
21
with :
31
30
32
31
triage :
33
32
runs-on : ubuntu-latest
33
+ permissions :
34
+ contents : read
35
+ pull-requests : write
34
36
steps :
35
37
- name : Check commit format
36
38
uses : Homebrew/actions/check-commit-format@master
You can’t perform that action at this time.
0 commit comments