diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6970a30b58d7aa..eeb8cfc9d0ecc2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/doc_issue.yml b/.github/ISSUE_TEMPLATE/doc_issue.yml index a802de7e4ff546..ebde506add6cc3 100644 --- a/.github/ISSUE_TEMPLATE/doc_issue.yml +++ b/.github/ISSUE_TEMPLATE/doc_issue.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 81454bbd7642a6..8249eb82091fd5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/mirror_request.yml b/.github/ISSUE_TEMPLATE/mirror_request.yml index 3fd13b1bd486a9..36c6ac6eca625c 100644 --- a/.github/ISSUE_TEMPLATE/mirror_request.yml +++ b/.github/ISSUE_TEMPLATE/mirror_request.yml @@ -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