2024-08-26 GitHub Actions is not permitted to create or approve pull requests
GitHub Actions で自動でPRを作成しようとした。
すると、下記のエラーが発生した。
GitHub Actions is not permitted to create or approve pull requests.
デフォルトでは許可されていないので、下記のように設定する必要がある。
- Go to https://github.com/{your-account}/{repo-name}/settings/actions
- Enable
Allow GitHub Actions to create and approve pull requests