Skip to content

Commit

Permalink
chore(labels): consolidate issue labels (#5731)
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman authored Aug 16, 2023
1 parent 70405c1 commit f786d38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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,7 +1,7 @@
name: Turborepo Bug Report
description: Create a bug report for the Turborepo team
title: "[turborepo] "
labels: ["kind: bug", "area: turborepo", "needs: triage"]
labels: ["kind: bug", "owned-by: turborepo", "needs: triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-turbopack-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Turbopack Bug Report
description: Create a bug report for the Turbopack team
title: "[turbopack] "
labels: ["kind: bug", "area: turbopack", "needs: triage"]
labels: ["kind: bug", "owned-by: web-tooling", "needs: triage"]
body:
- type: markdown
attributes:
Expand Down
6 changes: 3 additions & 3 deletions .github/turbo-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

labeler:
labels:
# teams
# owned-by
- label: "owned-by: turborepo"
when:
isAnyFileOwnedByMatch: '@vercel\/turbo-oss'
Expand All @@ -39,10 +39,10 @@ labeler:
isAnyFileOwnedByMatch: '@vercel\/web-tooling'

# created-by
- label: "created-by: web-tooling team"
- label: "created-by: web-tooling"
when:
isPRAuthorMatch: "^(alexkirsz|Brooooooklyn|ForsakenHarmony|jridgewell|kdy1|kwonoj|padmaia|sokra|wbinnssmith)$"
- label: "created-by: turborepo team"
- label: "created-by: turborepo"
when:
isPRAuthorMatch: "^(gsoltis|gaspar09|nathanhammond|tknickman|mehulkar|chris-olszewski|NicholasLYang|arlyon)$"

Expand Down

0 comments on commit f786d38

Please sign in to comment.