Skip to content

Commit effe83c

Browse files
authored
chore(workflow): remove duplicated issue label (#9140)
1 parent cc5e3f6 commit effe83c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "🐞 Bug Report"
22
description: Report a bug to Rspack
33
title: "[Bug]: "
44
type: Bug
5-
labels: ["bug", "pending triage"]
5+
labels: ["pending triage"]
66
body:
77
- type: markdown
88
attributes:

.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "✨ Feature Request"
22
description: Submit a new feature request to Rspack
33
title: "[Feature]: "
44
type: Enhancement
5-
labels: ["feat", "pending triage"]
5+
labels: ["pending triage"]
66
body:
77
- type: markdown
88
attributes:

0 commit comments

Comments
 (0)