Skip to content

Commit

Permalink
Merge pull request #59 from danyeaw/patch-1
Browse files Browse the repository at this point in the history
Add permissions to README
  • Loading branch information
TimonVS committed Nov 15, 2022
2 parents b7e7b3e + 8a69b8c commit ad46b65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -15,8 +15,14 @@ on:
pull_request:
types: [opened]

permissions:
contents: read

jobs:
pr-labeler:
permissions:
contents: read # for TimonVS/pr-labeler-action to read config file
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
Expand Down

0 comments on commit ad46b65

Please sign in to comment.