From 2921787898ea2925c9eec03a32aa7404a75399e5 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 2 Oct 2023 12:48:53 -0700 Subject: [PATCH] docs: add note about GitHub Actions creating pull request permission (#836) Fixes #767 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c0af69..3df4a75 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,9 @@ permissions: pull-requests: write ``` +You may also need to set "Allow GitHub Actions to create and approve pull requests" under +repository Settings > Actions > General. + For more information about permissions: - github apis [protected by `contents` permission](https://docs.github.com/en/rest/overview/permissions-required-for-github-apps?apiVersion=2022-11-28#contents)