From 279eefbf1989f0c6895bd19bdd7dbb78a6652f2b Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Fri, 6 Dec 2024 13:46:27 +0100 Subject: [PATCH] ci: allow ! in conventionalcommits Signed-off-by: Michele Dolfi --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index a383a484..8d30d733 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -6,7 +6,7 @@ merge_protections: success_conditions: - "title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\ - \\))?:" + \\))?(!)?:" - name: Require two reviewer for test updates description: When test data is updated, we require two reviewers if: