New Features
- Queue rules option
allow_inplace_checks
default is nowtrue
only ifspeculative_checks: 1
orbatch_size: 1
. - Action
queue
got a new merge method:fast-forward
. - Action
merge
got a new merge method:fast-forward
. - A new API endpoint (
/api/repos/<owner>/<repo>/pulls/<pull>/events
) to query the mergify action logs has been added. - Added a new API endpoint
(
/api/repos/<owner>/<repo>/queues/configuration
) that allows to query the list of queues configuration in a repository sorted by queue processing order.
Upgrade Notes
- Mergify engine now requires Redis server >= 6.2.
- The environment variables
MERGIFYENGINE_ACCOUNT_TOKENS
format has changed toid1:login1:token1,id2:login2:token2
.
Deprecation Notes
- The deprecated
commit_message
option ofmerge
andqueue
actions have been removed.
Bug Fixes
commits-behind
returns the number of commits instead of the list of sha.