1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 02:27:48 +02:00

docs: add note about GitHub Actions creating pull request permission (#836)

Fixes #767
This commit is contained in:
Jeff Ching
2023-10-02 12:48:53 -07:00
committed by GitHub
parent ff057410e0
commit 2921787898

View File

@@ -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)