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