We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acc286 commit f647d74Copy full SHA for f647d74
.github/.mergify.yml
@@ -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