Skip to content

Commit

Permalink
Add issues/pull-requests permissions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Apr 1, 2023
1 parent 40c0f81 commit 7a9111d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -30,6 +30,9 @@ on:
jobs:
label:
runs-on: ubuntu-latest
permissions:
issues: read
pull-requests: read
steps:
- uses: mheap/github-action-required-labels@v3
with:
Expand Down Expand Up @@ -122,6 +125,9 @@ on:
jobs:
label:
runs-on: ubuntu-latest
permissions:
issues: read
pull-requests: read
outputs:
status: ${{ steps.check-labels.outputs.status }}
steps:
Expand Down

0 comments on commit 7a9111d

Please sign in to comment.