mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Misc: Set permissions for labeler Action
Like in the example on https://github.com/actions/labeler#create-workflow
This commit is contained in:
committed by
GitHub
parent
d7b06aa2ba
commit
b646195d14
3
.github/workflows/labeler.yml
vendored
3
.github/workflows/labeler.yml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
|
||||
Reference in New Issue
Block a user