Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

14 Zeilen
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