Skip to content

Commit

Permalink
🔥 Stop feature requests being added to GitHub Project (#6132)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@justice.gov.uk>
  • Loading branch information
jacobwoffenden authored Nov 18, 2024
1 parent 637b995 commit 2cbd47f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/repository-update-issue-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2cbd47f

Please sign in to comment.