From a24a28ab1150e11b64702b69adf72156ddca0b87 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Thu, 18 May 2023 13:12:21 -0700 Subject: [PATCH] chore: give AutoApprove job full write (#1984) --- .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: