From 2cbd47ff3d2fe44f7d3b8df8ee1c4a8d5cb2d137 Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Mon, 18 Nov 2024 16:09:53 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Stop=20feature=20requests=20bein?= =?UTF-8?q?g=20added=20to=20GitHub=20Project=20(#6132)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jacob Woffenden --- .github/workflows/repository-update-issue-type.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/repository-update-issue-type.yml b/.github/workflows/repository-update-issue-type.yml index bbeeef8acd..978348d311 100644 --- a/.github/workflows/repository-update-issue-type.yml +++ b/.github/workflows/repository-update-issue-type.yml @@ -36,9 +36,6 @@ jobs: } else if (labels.includes("epic")) { type = "epic"; fieldOptionId = "0c0fae3e"; - } else if (labels.includes("feature-request")) { - type = "feature-request"; - fieldOptionId = "f9d31408"; } else if (labels.includes("story")) { type = "story"; fieldOptionId = "28d2bccc";