Skip to content

Commit f647d74

Browse files
authored
ci(Mergify): configuration update (#109)
* ci(Mergify): configuration update Signed-off-by: Avinash Balakrishnan <null> * moving mergify to .github --------- Signed-off-by: Avinash Balakrishnan <null>
1 parent 5acc286 commit f647d74

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/.mergify.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
merge_protections:
2+
- name: Enforce conventional commit
3+
description: Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
4+
if:
5+
- base = main
6+
success_conditions:
7+
- "title ~=
8+
^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\
9+
\\))?:"

0 commit comments

Comments
 (0)