semantic.yml 272 B

12345678910111213141516
  1. # https://github.com/zeke/semantic-pull-requests
  2. # Always validate the PR title, and ignore the commits
  3. titleOnly: true
  4. # You can define a list of valid scopes
  5. types:
  6. - feat
  7. - fix
  8. - docs
  9. - style
  10. - refactor
  11. - perf
  12. - test
  13. - build
  14. - ci
  15. - chore
  16. - revert