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 951bfba commit 4f653c2Copy full SHA for 4f653c2
.github/mergify.yml
@@ -0,0 +1,16 @@
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
+ \\))?(!)?:"
10
+ - name: Require two reviewer for test updates
11
+ description: When test data is updated, we require two reviewers
12
13
14
+ - files ~= ^test
15
16
+ - "#approved-reviews-by >= 2"
0 commit comments