From 53039a8367dbaad5159399c524cb1c188dd2a1fe Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:50:10 +0100 Subject: [PATCH] ci: allow ! in conventionalcommits (#533) 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: