From 01b25033aa101f2d01f1a794f1b7b75cebc3d646 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 30 Nov 2023 10:27:23 +0100 Subject: [PATCH] ci: allow Mergify to merge PRs that modify the mergify configuration 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 --- .mergify.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 183dc599435..6aed0ccc17a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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: