https://github.com/masutaka/actions
GitHub Actions reusable workflows
https://github.com/masutaka/actions
github-actions-workflows
Last synced: 16 days ago
JSON representation
GitHub Actions reusable workflows
- Host: GitHub
- URL: https://github.com/masutaka/actions
- Owner: masutaka
- License: mit
- Created: 2025-07-23T14:05:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-11T15:45:17.000Z (17 days ago)
- Last Synced: 2026-02-12T00:30:06.384Z (16 days ago)
- Topics: github-actions-workflows
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# actions
@masutaka が個人的に使用する、[GitHub Actions の Reusable workflows](https://docs.github.com/actions/how-tos/reuse-automations/reuse-workflows)
## Reusable workflows
- [add_assignee_to_pr.yml](./.github/workflows/add_assignee_to_pr.yml) ([docs](./docs/add_assignee_to_pr.md)) - PR 作成時に assignee を PR 作成者に設定する
- [codeql.yml](./.github/workflows/codeql.yml) ([docs](./docs/codeql.md)) - 変更されたファイルから言語を検知し CodeQL 解析を実行する
- [codeql_core.yml](./.github/workflows/codeql_core.yml) ([docs](./docs/codeql_core.md)) - 指定された言語の CodeQL 解析を実行する
- [create_gh_issue.yml](./.github/workflows/create_gh_issue.yml) ([docs](./docs/create_gh_issue.md)) - テンプレートから GitHub Issue を作成する
- [dependency_review.yml](./.github/workflows/dependency_review.yml) ([docs](./docs/dependency_review.md)) - PR の依存関係をレビューする
- [pushover.yml](./.github/workflows/pushover.yml) ([docs](./docs/pushover.md)) - ワークフロー失敗用の Pushover 通知を送信する