From b129eb8e3c15b97afd203dbc3c540eb1bbf5c85d Mon Sep 17 00:00:00 2001 From: Ryan Zhang Date: Thu, 26 Oct 2023 17:59:36 -0700 Subject: [PATCH] Update pr-title-config.json to allow Chore(deps) --- .github/pr-title-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pr-title-config.json b/.github/pr-title-config.json index eda7d30..a981c9e 100644 --- a/.github/pr-title-config.json +++ b/.github/pr-title-config.json @@ -4,6 +4,6 @@ "color": "EEEEEE" }, "CHECKS": { - "prefixes": [ "[WIP] ", "feat: ", "test: ", "fix: ", "docs: ", "style: ", "interface: ", "util: ", "chore: ", "CI: ", "perf: ", "refactor: ", "revert: " ] + "prefixes": [ "[WIP] ", "feat: ", "test: ", "fix: ", "docs: ", "style: ", "interface: ", "util: ", "chore: ", "Chore(deps): ", "CI: ", "perf: ", "refactor: ", "revert: " ] } -} \ No newline at end of file +}