Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

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