ci(mergeable): allow PR titles to start with "ci" and "build"

This commit is contained in:
link2xt
2023-05-15 12:39:12 +00:00
parent 92d5857150
commit 081178d623

View File

@@ -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