You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 regels
626 B

  1. # Always validate the PR title AND all the commits
  2. titleAndCommits: true
  3. # Allow use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
  4. # this is only relevant when using commitsOnly: true (or titleAndCommits: true)
  5. allowMergeCommits: true
  6. # Allow use of Revert commits (eg on github: "Revert "feat: ride unicorns"")
  7. # this is only relevant when using commitsOnly: true (or titleAndCommits: true)
  8. allowRevertCommits: true
  9. # For allowed PR types: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json
  10. # Tool Reference: https://github.com/zeke/semantic-pull-requests