From 19c05fa0f536e2fb7da99459fe5a4bfcccdcfbff Mon Sep 17 00:00:00 2001 From: Justin Persaud Date: Wed, 25 Oct 2023 14:58:23 -0400 Subject: [PATCH] update imgbot permissions --- .github/workflows/imgbot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/imgbot.yml b/.github/workflows/imgbot.yml index 00a18a80a3df2..5247fad8349e9 100644 --- a/.github/workflows/imgbot.yml +++ b/.github/workflows/imgbot.yml @@ -4,6 +4,10 @@ on: pull_request permissions: pull-requests: write + # The two permissions below are supposedly needed to allow a pull request to be merged. + # See https://github.com/cli/cli/discussions/6379 + issues: write + contents: write jobs: approveAndMerge: