maton369/Migration Renumber
PR で追加した連番マイグレーションの採番衝突を自動解決する composite action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dir | マイグレーション��ィレクトリ(例: db/migrations) | yes | — |
| base_ref | 比較対象の base ref。空なら origin/<PRのbase> を使う | no | "" |
| padding | ゼロ埋め桁数(省略時は既存ファイルから推定) | no | "" |
| mode | fix = 自動採番してコミット / check = 衝突検出のみ(衝突時はジョブ失敗) | no | fix |
| commit_message | fix モードでのコミットメッセージ | no | chore(migrations): renumber to resolve ordering conflict |
| push | fix モードでコミットを PR ブランチへ push するか | no | true |
Outputs
no outputs