Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
docs: add note about GitHub Actions creating pull request permission …
Browse files Browse the repository at this point in the history
…(#836)

Fixes #767
  • Loading branch information
chingor13 committed Oct 2, 2023
1 parent ff05741 commit 2921787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2921787

Please sign in to comment.