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: "] },