From 081178d623ceab0f758cf3c2f186caf1887b958b Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 15 May 2023 12:39:12 +0000 Subject: [PATCH] ci(mergeable): allow PR titles to start with "ci" and "build" --- .github/mergeable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergeable.yml b/.github/mergeable.yml index 5d3dbaac3..d4206f26a 100644 --- a/.github/mergeable.yml +++ b/.github/mergeable.yml @@ -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