From 2614bf8c0e56235efd2f73a95db188723ff2de3b Mon Sep 17 00:00:00 2001 From: Aleksandr Chikovani Date: Mon, 28 Aug 2023 22:53:11 -0400 Subject: [PATCH] feat: new checks --- .github/pr-title-checker-config.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/pr-title-checker-config.json b/.github/pr-title-checker-config.json index e54ec3e83..107876039 100644 --- a/.github/pr-title-checker-config.json +++ b/.github/pr-title-checker-config.json @@ -1,8 +1,4 @@ { - "LABEL": { - "name": "title needs formatting", - "color": "EEEEEE" - }, "CHECKS": { "prefixes": ["fix: ", "feat: ", "feature: ", "chore: ", "hotfix: "] },