actions-marketplace-validations/diff-pr-management
PRのブランチに対して、フォーマッタを実行した結果をPRにするGitHub Actionsです。
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 5, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/dev-hato_actions-diff-pr-management@6421d9a7e651f6656a9f3da242cbb5da59fc7846 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHubのトークン。 | yes | — |
| branch-name-prefix | branch名の接頭語。 | no | fix |
| pr-title-prefix | PRのタイトルの接頭語。 | no | fix |
| pr-description-prefix | 本文の接頭語。 | no | "" |
| pr-labels | PRに付与するラベル。カンマ区切りで指定する。 | no | "" |
| exit-failure | 実行完了時にCIを失敗させるかどうか。 | no | true |
| working-directory | 実行対象のディレクトリ | no | "" |
| no-verify | `git commit`, `git push` 時のフックを無効化する | no | false |
Outputs
no outputs