From c01176e7c7ea74de4c767b8cd4a9154fb535e6fa Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Thu, 18 May 2023 12:58:23 -0700 Subject: [PATCH] chore: give AutoApprove job full write --- .github/workflows/autoapprove.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/autoapprove.yml b/.github/workflows/autoapprove.yml index 18a5013136f..c3da9772a9c 100644 --- a/.github/workflows/autoapprove.yml +++ b/.github/workflows/autoapprove.yml @@ -7,9 +7,7 @@ on: types: - opened -permissions: - contents: read - pull-requests: write +permissions: write-all jobs: auto-approve: