From ced785da27f8b729528113a56dc3d45dbe109835 Mon Sep 17 00:00:00 2001 From: Shubham Ingale <77089227+SGI-CAPP-AT2@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:01:42 +0530 Subject: [PATCH] test assignWhen --- .github/workflows/auto-label.json5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-label.json5 b/.github/workflows/auto-label.json5 index 6309fb84b9..50c1c2cb8c 100644 --- a/.github/workflows/auto-label.json5 +++ b/.github/workflows/auto-label.json5 @@ -1,9 +1,13 @@ { "labelsSynonyms": { "dependencies": ["dependabot", "dependency", "dependencies"], - "security": ["dependabot", "dependency", "dependencies","security"], + "security": ["security"], "ui/ux": ["layout", "screen", "design", "figma"], "good first issue": [] }, - "defaultLabels": ["unapproved"] + "defaultLabels": ["unapproved"], + "assignWhen": { + "good first issue": ["dependencies", "security", "ui/ux"] + } + } \ No newline at end of file