summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/labeler.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index df5bda8f5..e2d47a0df 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -3,12 +3,13 @@ on:
pull_request_target:
types: [opened]
-permissions:
- pull-requests: write # to add labels
+permissions: {}
jobs:
pr-labeler:
runs-on: ubuntu-latest
+ permissions:
+ pull-requests: write # to add labels
steps:
- name: Label the PR
uses: gerrymanoim/pr-prefix-labeler@v3