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 51273ae commit e2820a4Copy full SHA for e2820a4
.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
+ \\))?:"
.github/workflows/cd.yml
@@ -1,9 +1,7 @@
name: "Run CD"
on:
- push:
- branches:
- - main
+ workflow_dispatch:
env:
# disable keyring (https://github.com/actions/runner-images/issues/6185):
0 commit comments