Skip to content

Commit

Permalink
Remove awaiting-triage label from issue templates (iree-org#12927)
Browse files Browse the repository at this point in the history
We're switching to use a Project status field for this purpose so the
awaiting-triage label is no longer needed. This is step 1 in cleaning it
up.
  • Loading branch information
julianwa authored Apr 6, 2023
1 parent e788c3a commit 2150d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐞 Bug Report
description: Report an issue
labels: ["awaiting-triage", "bug 🐞"]
labels: ["bug 🐞"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ➕ Feature Request
description: Ask for a new feature to be added
labels: ["awaiting-triage", "enhancement ➕"]
labels: ["enhancement ➕"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 2150d44

Please sign in to comment.