tatsutakein
#

GitHub リポジトリを作成したときにやること

概要

毎回忘れるのでやることを記しておきます。

内容

GitHub Actions に読み取り、書き込み権限を与える

Settings > Actions > General > Workflow permissions を Read and write permissions に変更する

Read and write permissions.png

GitHub Actions でプルリクエストの作成と承認を許可する Settings > Actions > General > Workflow permissions の Allow GitHub Actions to create and approve pull requests にチェックを入れる。

Allow GitHub Actions to create and approve pull requests.png

関連リンク