We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9fbeed + 974fbb3 commit 43a7b9dCopy full SHA for 43a7b9d
.github/workflows/triage.yml
@@ -6,17 +6,16 @@ concurrency:
6
group: "triage-${{ github.event.number }}"
7
cancel-in-progress: true
8
9
-permissions:
10
- contents: read
11
- pull-requests: write
12
-
13
jobs:
14
limit-pull-requests:
15
if: >
16
always() && github.repository_owner == 'Homebrew' &&
17
(github.event_name == 'pull_request_target' &&
18
github.event.action == 'opened')
19
runs-on: ubuntu-latest
+ permissions:
+ contents: read
+ pull-requests: write
20
steps:
21
- uses: Homebrew/actions/limit-pull-requests@master
22
with:
@@ -31,6 +30,9 @@ jobs:
31
30
32
triage:
33
34
35
36
37
- name: Check commit format
38
uses: Homebrew/actions/check-commit-format@master
0 commit comments