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";