Skip to main content

Managing your work with GitHub Actions

You can automatically manage your issues and pull requests using GitHub Actions workflows.

Issue にラベルを追加する

GitHub Actions を使用して、Issue に自動的にラベルを付けることができます。

非アクティブな Issue をクローズする

GitHub Actions を使用して、一定期間、非アクティブであった Issue にコメントしたり、Issue をクローズしたりすることができます。

Commenting on an issue when a label is added

You can use GitHub Actions to automatically comment on issues when a specific label is applied.

Issue の作成をスケジュールする

GitHub Actions を使用して、毎日の会議や四半期ごとのレビューなどの Issue を定期的に作成できます。