2.0.0
New Features
-
Mergify generates automatically conditions for
mergeandqueue
action based on branch protection settings:
required_linear_history,required_approving_review_countand
require_code_owner_reviews. -
Add
commitscondition. -
Add
commits-behindcondition. -
Add
linear-historycondition. -
The option
users_from_teamshas been added torequest_reviews
action. -
Allow to specify timezone in
current-time,schedule,
created-at,merged-at,closed-atandupdated_atconditions. -
Pull requests that change the content of the
.github/worflows
directory are now supported bybackport,copy,mergeand
queueactions.
Upgrade Notes
-
For GitHub Enterprise, the repository
Administrationpermission
must be set toReadfor all Mergify GitHub App installations. -
For GitHub Enterprise, the repository
Workflowpermission must be
set toRead&Writefor all Mergify GitHub App installation.
Deprecation Notes
- The
strictconfiguration 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 variableALLOW_MERGE_STRICT_MODEto
False.