Skip to content

Commit

Permalink
Updating assignees in all issue templates to individual GitHub handles.
Browse files Browse the repository at this point in the history
Sadly assigning teams to issues/PRs isn't a feature that's available on GitHub yet. (Teams can only be added as reviewers for PRs)

PiperOrigin-RevId: 518927075
Change-Id: I53b6f0edff019da563b27baea3750b4ccbbb915a
  • Loading branch information
keertk authored and copybara-github committed Mar 23, 2023
1 parent 97aec0f commit 50e5e6c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Bug report
description: File a bug report
labels: ["type: bug", "untriaged"]
assignees:
- bazelbuild/triage
- kshyanashree
- sgowroji
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/doc_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Documentation issue
description: File a documentation issue (through bazel.build's "report an issue" button)
labels: ["type: documentation (cleanup)", "untriaged", "team-Documentation"]
assignees:
- bazelbuild/triage
- kshyanashree
- sgowroji
body:
- type: input
id: link
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Feature request
description: Suggest a new feature
labels: ["type: feature request", "untriaged"]
assignees:
- bazelbuild/triage
- kshyanashree
- sgowroji
body:
- type: markdown
attributes:
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/mirror_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Mirror request
description: Request to add new archives to mirror.bazel.build
labels: ["mirror request", "type: process", "P2", "team-OSS"]
assignees:
- sgowroji
title: "[Mirror] "
body:
- type: markdown
Expand Down

0 comments on commit 50e5e6c

Please sign in to comment.