openmindua/Alembic Actions

Collection of GitHub Actions for managing Alembic database migrations in CI/CD workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionWhich action to run: 'review', 'test', or 'deploy'yes
dialectSQL dialect to use for Alembic (postgresql, mysql, etc.)nopostgresql
alembic_iniPath to alembic.ini filenoalembic.ini
migration_pathPath to Alembic migrations directorynomigrations
databaseDatabase name for multi-database setup (optional)no
revision_rangeOptional revision range for SQL generation (e.g., 'head:base')nohead
pr_revisions_onlyOnly generate SQL for migrations in the current PR (true/false)notrue
database_urlDatabase URL for testing/deploying migrationsno
test_data_scriptOptional script to load test data (test action only)no
backupWhether to create a database backup before applying migrations (deploy action only)notrue
target_revisionTarget revision to migrate to (deploy action only, default: head)nohead

no outputs