From 6c6dd8cdc51f24b269ac52498ecc5fff89761dea Mon Sep 17 00:00:00 2001 From: brklntmhwk_dev <86272619+brklntmhwk@users.noreply.github.com> Date: Thu, 8 Aug 2024 02:13:33 +0000 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=A4=96=20add=20overall?= =?UTF-8?q?=20to=20scope=20list=20in=20dangerfile=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #28 --- dangerfile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dangerfile.ts b/dangerfile.ts index 3ac50f57..425e583b 100644 --- a/dangerfile.ts +++ b/dangerfile.ts @@ -26,6 +26,7 @@ const checkPRTitle = () => { 'docker', 'i18n', 'none', + 'overall', 'ui', 'utils', ];