saudademjj/drizzle-migration-guard
Explain Drizzle migration collisions in pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Comma or newline separated drizzle config paths or glob patterns. Defaults to drizzle.config.ts in the working directory. | no | — |
| working-directory | Directory where drizzle-kit should run. Defaults to the GitHub workspace root. | no | . |
| timeout-seconds | Timeout (in seconds) for drizzle-kit check. Defaults to 60. | no | 60 |
| fail-on | Blocking mode. Use collision, all, or none. | no | collision |
| comment-mode | PR comment behavior. Use sticky or off. | no | sticky |
| github-token | GitHub token used to read PR files and manage sticky comments. | no | — |
Outputs
| name | description |
|---|---|
| status | success, failure, or skipped |
| summary | One-line result summary |
| report-path | Absolute path to the generated markdown report |