Skip to content

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 12:19
· 1148 commits to main since this release

New Features

  • Mergify generates automatically conditions for merge and queue
    action based on branch protection settings:
    required_linear_history, required_approving_review_count and
    require_code_owner_reviews.

  • Add commits condition.

  • Add commits-behind condition.

  • Add linear-history condition.

  • The option users_from_teams has been added to request_reviews
    action.

  • Allow to specify timezone in current-time, schedule,
    created-at, merged-at, closed-at and updated_at conditions.

  • Pull requests that change the content of the .github/worflows
    directory are now supported by backport, copy, merge and
    queue actions.

Upgrade Notes

  • For GitHub Enterprise, the repository Administration permission
    must be set to Read for all Mergify GitHub App installations.

  • For GitHub Enterprise, the repository Workflow permission must be
    set to Read&Write for all Mergify GitHub App installation.

Deprecation Notes

  • The strict configuration option of the merge action is deprecated
    and planned for removal for 3.0.0. The option can be removed earlier
    by setting the environment variable ALLOW_MERGE_STRICT_MODE to
    False.