Misc: Set permissions for labeler Action

Like in the example on 
https://github.com/actions/labeler#create-workflow
This commit is contained in:
Rasmus Wriedt Larsen
2022-06-02 10:27:48 +02:00
committed by GitHub
parent d7b06aa2ba
commit b646195d14

View File

@@ -4,6 +4,9 @@ on:
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4