sequelize/Auto-update PR & Notify Conflicts

A GitHub Action to auto-update PRs based on criteria and handle merge conflicts

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
conflict-labelLabel to add to all PRs with merge conflictsno""
conflict-marks-as-draftMark conflicted PRs as draftnofalse
conflict-requires-ready-stateOnly process conflicts on PRs that are in the specified state. Accepts "all", "draft", and "ready_for_review" (default)noready_for_review
conflict-requires-labelsOnly process conflicts on PRs that have one of the specified labels (comma-separated list of labels)no""
conflict-excluded-labelsDo not process conflicts on PRs that have one of the specified labels. Takes precedence over conflict-required-labels (comma-separated list of labels)no""
conflict-excluded-authorsDo not process conflicts on PRs that were opened by the specified authors (comma-separated list of usernames. If the author is an app, it must be in the format "app/<login>")no""
update-pr-branchesAutomatically update PR branches with the latest changes from the target branchnofalse
update-requires-auto-mergeOnly update PRs that have auto-merge enablednofalse
update-requires-ready-stateOnly update PRs that are in the specified state. Accepts "all", "draft", and "ready_for_review" (default)noready_for_review
update-requires-labelsOnly update PRs that have one of the specified labels (comma-separated list of labels)no""
update-excluded-labelsDo not update PRs that have one of the specified labels. Takes precedence over update-required-labels (comma-separated list of labels)no""
update-excluded-authorsDo not update PRs that were opened by the specified authors (comma-separated list of usernames. If the author is an app, it must be in the format "app/<login>")no""
update-requires-sourceOnly update PRs that are either forks or branches from the same repository. Accepts "all" (default), "forks", and "branch"noall
dry-runDo not perform any actions, only log what would be donenofalse
namedescription
updated-prsThe list of PRs numbers that were updated (comma-separated list)
conflicted-prsThe list of PRs numbers that have merge conflicts (comma-separated list)