We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af7d12 commit 5528158Copy full SHA for 5528158
.github/workflows/new-prs.yml
@@ -2,6 +2,7 @@ name: "Labelling new pull requests"
2
3
permissions:
4
contents: read
5
+ pull-requests: write
6
7
on:
8
# It's safe to use pull_request_target here, because we aren't checking out
@@ -16,9 +17,6 @@ on:
16
17
18
jobs:
19
automate-prs-labels:
- permissions:
20
- contents: read
21
- pull-requests: write
22
runs-on: ubuntu-latest
23
# Ignore PRs with more than 10 commits. Pull requests with a lot of
24
# commits tend to be accidents usually when someone made a mistake while trying
0 commit comments