mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 22:50:51 +00:00
6 lines
274 B
YAML
6 lines
274 B
YAML
# Always validate the PR title AND all the commits
|
|
titleAndCommits: true
|
|
# Allows use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
|
|
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
|
|
allowMergeCommits: true
|