actions-marketplace-validations/migrator-conflicts

Check if migrations in your branch aren't conflicting with the base branch when you raise a pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 3, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/prashantraj18198_migrator-conflicts@0c6559ce6eb5ff902fe4508c9c89dd32aadbfedc # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGithub token, required to comment on pull requestsyes
base_branchBase branch to compare current migrations againstno
current_branchCurrent branch to compare against the base branchno
mention_authorTag the author in comment if 'mention_author' is marked 'true'nofalse
migration_delimiterDelimiter to use for the files to get the migration version. If your migrations files are named with '_' delimiter, for example 'migrations/20220702213559_initial_migration.sql' here the delimiter is '_'. Delimiter is used to fetch the migration version for a file. In the above example the migration version is 20220702213559. no_
migration_directoriesList of migration directories to compare for conflicts. Each directory in 'current_branch' is compared against the 'base_branch' for migration conflicts. For example, if migration_directories = ['users/migrations', 'orders/migrations'], 'users/migrations' of current_branch is compared against 'users/migrations' of base_branch. yes

no outputs