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.
2 parents 97a5d35 + ec937c0 commit c5f30c6Copy full SHA for c5f30c6
1 file changed
.github/workflows/require-pr-label.yml
@@ -8,6 +8,10 @@ jobs:
8
label:
9
runs-on: ubuntu-latest
10
11
+ permissions:
12
+ issues: write
13
+ pull-requests: write
14
+
15
steps:
16
- uses: mheap/github-action-required-labels@v5
17
with:
0 commit comments