diff --git a/.github/workflows/label_issue.yml b/.github/workflows/label_issue.yml index ead15724bb..d5b00d1d29 100644 --- a/.github/workflows/label_issue.yml +++ b/.github/workflows/label_issue.yml @@ -6,6 +6,10 @@ on: - opened - reopened + permissions: + contents: read # to fetch code + issues: write # to label issues + jobs: triage: runs-on: ubuntu-latest