diff options
-rw-r--r-- | .github/workflows/label-bug-fix.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml index f25633f75..f27fd8cf7 100644 --- a/.github/workflows/label-bug-fix.yml +++ b/.github/workflows/label-bug-fix.yml @@ -3,8 +3,10 @@ on: pull_request: types: [ opened, edited, labeled ] + permissions: - issues: write + contents: read + pull-requests: write jobs: assign-label: |