aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/label-bug-fix.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/label-bug-fix.yml b/.github/workflows/label-bug-fix.yml
index c66acb5ff..71e00d27b 100644
--- a/.github/workflows/label-bug-fix.yml
+++ b/.github/workflows/label-bug-fix.yml
@@ -3,14 +3,11 @@ on:
pull_request:
types: [ opened, edited, labeled ]
-
-
jobs:
assign-label:
runs-on: ubuntu-latest
permissions:
- contents: read
- pull-requests: write
+ issues: write
steps:
- name: label
env: