aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/labeler.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/labeler.yml')
-rw-r--r--.github/workflows/labeler.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 5f82b88a50..5eecf69023 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -2,15 +2,8 @@ name: 'Pull Request Labeler'
on:
- pull_request_target
-permissions:
- contents: read
-
jobs:
labeler:
- permissions:
- contents: read # to determine modified files (actions/labeler)
- pull-requests: write # to add labels to PRs (actions/labeler)
-
name: Pull Request Labeler
runs-on: ubuntu-latest
steps: