summaryrefslogtreecommitdiffstats
path: root/.github/workflows/labeler.yml
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-12-22 23:41:55 +0000
committerQMK Bot <hello@qmk.fm>2022-12-22 23:41:55 +0000
commitf6eccf49e8f40276464c7fa4dfbdf0f5f6d67d24 (patch)
treec49a8f19d8ecf56315e1adfa32fb889ed585c3ed /.github/workflows/labeler.yml
parente5721bbd37fcb0372fd007caae5a3f2aed060479 (diff)
parentf75ac6042ed042c329ab3d1c9cec46b4c4b81918 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows/labeler.yml')
-rw-r--r--.github/workflows/labeler.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 3b99a8f43e..95f58ff003 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -1,5 +1,9 @@
name: "Pull Request Labeler"
+permissions:
+ contents: read
+ pull-requests: write
+
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review, locked]