mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
ci(mergeable): allow PR titles to start with "ci" and "build"
This commit is contained in:
2
.github/mergeable.yml
vendored
2
.github/mergeable.yml
vendored
@@ -5,7 +5,7 @@ mergeable:
|
||||
validate:
|
||||
- do: title
|
||||
begins_with:
|
||||
match: ['feat', 'fix', 'api', 'refactor', 'perf', 'test', 'style', 'chore', 'cargo']
|
||||
match: ['feat', 'fix', 'api', 'refactor', 'perf', 'test', 'style', 'chore', 'cargo', 'build', 'ci']
|
||||
|
||||
fail:
|
||||
- do: checks
|
||||
|
||||
Reference in New Issue
Block a user