Skip to content

Commit

Permalink
ci: allow Mergify to merge PRs that modify the mergify configuration
Browse files Browse the repository at this point in the history
The new `allow_merging_configuration_change` option can be enabled to

> Allow merging Mergify configuration change.

Which is useful for a more automated process when preparing for a
release.

See-also: https://docs.mergify.com/workflow/actions/merge/#parameters
Signed-off-by: Niels de Vos <ndevos@ibm.com>
  • Loading branch information
nixpanic committed Nov 30, 2023
1 parent 7f8880f commit bab4856
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ defaults:
# Use ceph-csi-bot for rebasing, not the account of the PR owner.
# bot_account: ceph-csi-bot

# by default Mergify requires manual merging of PRs that modify its own
# configuration (this file), allowing this makes it easier to prepare for
# releases (new branches added here)
allow_merging_configuration_change: true

queue_rules:
- name: default
conditions:
Expand Down

0 comments on commit bab4856

Please sign in to comment.