Below you will find pages that utilize the taxonomy term “Born14”
April 18, 2026
Verify by Born14
Version updated for https://github.com/Born14/verify to version v1.0.0.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Verify, is designed to detect unsafe database migrations before they are merged into production, preventing issues that could cause deployment failures. It specifically identifies problematic patterns, such as adding NOT NULL columns without default values, which can break deployments on non-empty tables. Additionally, it provides historical context on migration-related incidents, helping teams identify and mitigate potential deploy coordination issues.
April 15, 2026
DM-18 Migration Safety Check
Version updated for https://github.com/Born14/dm18-migration-check to version v1.0.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 This GitHub Action, dm18-migration-check, automates the detection of risky SQL migration patterns that add or enforce NOT NULL constraints on columns without default values, which can lead to runtime errors on populated tables. By analyzing pull request changes, reconstructing schema states, and applying the highly precise DM-18 rule (19 true positives, 0 false positives on a public corpus), it generates actionable feedback via comments and ensures migration safety without requiring configuration.