From bb4a05f3fb9ea3e72867d9fe521bd70d61c303c6 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Wed, 15 Jan 2025 08:54:56 +0000 Subject: [PATCH] chore(gha): add missing `pull-requests` permission (#1425) --- .github/workflows/auto-author-assign.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 37f9476c0..a2dda9326 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -2,6 +2,8 @@ name: '🫵 Auto Author Assign' on: pull_request: types: [ opened, reopened ] +permissions: + pull-requests: write jobs: assign-author: if: ${{ !github.event.pull_request.head.repo.fork }}