postman-eng/Flyway Idempotent Guardian
Detects non-idempotent SQL migrations in PRs and suggests/opens a fixing PR with properly wrapped DDL.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access and PR creation | yes | — |
| dialect | Database dialect — postgres, mysql, or auto (detect from file) | no | auto |
| migration-path | Glob pattern for migration files relative to repo root | no | **/V*__*.sql |
| auto-pr | Whether to open a fixing PR in addition to posting a comment | no | true |
Outputs
no outputs