From b81f85edf07ae0985648c4099f1d2418575cb12d Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Thu, 7 Dec 2023 08:46:19 -0800 Subject: ci: add proper permissions for request review action --- .github/workflows/automation_request_review.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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] -- cgit v1.2.3-70-g09d2