No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

14 líneas
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