mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
7 lines
280 B
YAML
7 lines
280 B
YAML
---
|
|
# Always validate the PR title AND all the commits
|
|
titleAndCommits: true
|
|
# Allows use of Merge commits (e.g. on GitHub: "Merge branch 'master' into feature/ride-unicorns")
|
|
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
|
|
allowMergeCommits: true
|