Skip to content

Commit

Permalink
ci: remove rebase_fallback from Mergify config
Browse files Browse the repository at this point in the history
Mergify complains that the current configuration is invalid:

extra keys not allowed @ defaults → actions → queue → rebase_fallback

Dropping rebase_fallback because of this.

Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic authored and Rakshith-R committed Mar 21, 2023
1 parent fe2fc21 commit 6aa5799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ defaults:
queue:
name: default
method: rebase
rebase_fallback: merge
update_method: rebase

queue_rules:
Expand Down

0 comments on commit 6aa5799

Please sign in to comment.