summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-12-07 08:46:19 -0800
committerSteven Arcangeli <stevearc@stevearc.com>2023-12-07 08:46:19 -0800
commitb81f85edf07ae0985648c4099f1d2418575cb12d (patch)
tree1bb5d393922b009901f382289c5e0f49d9c3c64b /.github/workflows
parent659838ff4244ef6af095395ce68aaaf99fa8e696 (diff)
ci: add proper permissions for request review action
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/automation_request_review.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/automation_request_review.yml b/.github/workflows/automation_request_review.yml
index 998e64a..c973470 100644
--- a/.github/workflows/automation_request_review.yml
+++ b/.github/workflows/automation_request_review.yml
@@ -1,4 +1,6 @@
name: Request Review
+permissions:
+ pull-requests: write
on:
pull_request:
types: [opened, ready_for_review]