You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Queue rules option allow_inplace_checks default if now true only
if speculative_checks: 1 or batch_size: 1.
A new API endpoint (/api/repos/<owner>/<repo>/pulls/<pull>/events)
to query the mergify action logs has been added.
Action merge got a new merge method: fast-forward.
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.
Action queue got a new merge method: fast-forward.
Upgrade Notes
Mergify engine now requires Redis server >= 6.2.
The environment variables MERGIFYENGINE_ACCOUNT_TOKENS format has
changed to id1:login1:token1,id2:login2:token2.
Deprecation Notes
The deprecated commit_message option of merge and queue
actions has been removed.
Bug Fixes
commits-behind returns the number of commits instead of the list
of sha.