semantic.yml 274 B

12345
  1. # Always validate the PR title AND all the commits
  2. titleAndCommits: true
  3. # Allows 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