Skip to content

Commit

Permalink
chore: configure semantic commits bot (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Brumhard <[email protected]>
  • Loading branch information
brumhard authored Jan 28, 2022
1 parent 1b41095 commit 2b186ed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# config options found here: https://github.com/zeke/semantic-pull-requests

# Always validate the PR title, and ignore the commits
titleOnly: true

scopes:
- template
- engine

types:
- feat
- fix
- docs
- refactor
- test
- ci
- chore
- revert

0 comments on commit 2b186ed

Please sign in to comment.