mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-05 20:42:23 -07:00
5 lines
274 B
YAML
5 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
|