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 40c0f81 commit 9ac1278Copy full SHA for 9ac1278
README.md
@@ -30,6 +30,9 @@ on:
30
jobs:
31
label:
32
runs-on: ubuntu-latest
33
+ permissions:
34
+ issues: read
35
+ pull-requests: read
36
steps:
37
- uses: mheap/github-action-required-labels@v3
38
with:
@@ -122,6 +125,9 @@ on:
122
125
123
126
124
127
128
129
130
131
outputs:
132
status: ${{ steps.check-labels.outputs.status }}
133
0 commit comments