Skip to content

Commit

Permalink
removes owned-by from bug report template now that turbopack is gone (#…
Browse files Browse the repository at this point in the history
…8927)

with turbopack being removed in #8906, we can also remove the owned-by
label for bug reports. also, with the merging of
#8914 they won't really matter
anymore anyway
  • Loading branch information
dimitropoulos authored Aug 2, 2024
1 parent fc115f3 commit dba5dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/0-turborepo-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Turborepo Bug Report
description: Create a bug report for the Turborepo core team
labels: ["kind: bug", "owned-by: turborepo", "needs: triage"]
labels: ["kind: bug", "needs: triage"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit dba5dd3

Please sign in to comment.