Migration Sentinel
Version updated for https://github.com/toruyamad-alt/migration-sentinel to version v0.1.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
migration-sentinel is a GitHub Action and CLI tool designed to identify and prevent potentially risky database migration operations, such as schema changes that could cause table locks, data loss, or deployment failures. It automates the detection of high-risk issues like destructive drops, unsafe NOT NULL changes, and non-concurrent Postgres index creation, providing lightweight, CI-integrated guardrails tailored for database migrations. By flagging these issues early and adding GitHub annotations directly to pull requests, it helps teams safeguard production environments and maintain database integrity.
Release notes
Marketplace-ready release without workflow files.