mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 23:18:51 +00:00
Related to #6142, this adds a CI check for the order of migrations. As I noted in a comment on the workflow file, it's important to keep in mind that some migrations might still go unnoticed even with this check, example: 1. PR1 adds a migration, CI check pass 2. PR2 adds a migration, CI pass, gets merged 3. PR1 can still be merged because the CI checks aren't run again The check will fail in `main` however, so if we find the current script to be reliable, we could setup a Slack ping or something similar, to make sure somebody takes a look |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| scripts | ||
| workflows | ||
| dependabot.yml | ||
| pull_request_template.md | ||