Skip to content

Commit

Permalink
Mergify to fasttrack merging of PRs already based on master. (#6118)
Browse files Browse the repository at this point in the history
@mtreinish noticed that strict: smart+fasttrack would be better than strict: smart,
in that it will move PRs already based on master to the head of the merge queue.
  • Loading branch information
kdk authored Mar 30, 2021
1 parent c1ba88b commit 03741b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pull_request_rules:
actions:
merge:
method: squash
strict: smart
strict: smart+fasttrack
- name: backport
conditions:
- label=stable backport potential
Expand Down

0 comments on commit 03741b0

Please sign in to comment.