Setup semantic commit messages for PRs

This commit is contained in:
Konrad Szwarc 2023-01-29 12:07:57 +01:00
parent 001100af71
commit 192edcd720
2 changed files with 9 additions and 0 deletions

View file

@ -6,8 +6,10 @@
":automergePr",
":automergeRequireAllStatusChecks",
":separateMultipleMajorReleases",
":semanticCommits",
"schedule:weekly"
],
"labels": ["dependencies"],
"packageRules": [
{
"matchPackagePatterns": ["*"],

7
.github/semantic.yml vendored Normal file
View file

@ -0,0 +1,7 @@
titleOnly: true
types:
- feat
- fix
- chore
- refactor
- docs