From efef1b86f7525827f29ee05c6f2c7c1923a7699e Mon Sep 17 00:00:00 2001 From: Noah Litov Date: Tue, 25 Feb 2020 13:13:13 -0800 Subject: [PATCH] chore(repo): labeling and PR automation updates for new label-set (#6455) * add team members to merge rules * update labels in issue templates --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/doc.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- .github/ISSUE_TEMPLATE/general-issues.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 87fdccb0cbb7a..3116ffd4a844d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ --- name: "\U00002753 General Issue" about: Create a new issue -labels: status/needs-triage +labels: needs-triage --- diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 273b24583ca51..c8c28a35eff3e 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,7 +1,7 @@ --- name: "\U0001F41B Bug Report" about: Report a bug -labels: bug, status/needs-triage +labels: bug, needs-triage --- diff --git a/.github/ISSUE_TEMPLATE/general-issues.md b/.github/ISSUE_TEMPLATE/general-issues.md index 18ff0ed728595..eb34c66987c42 100644 --- a/.github/ISSUE_TEMPLATE/general-issues.md +++ b/.github/ISSUE_TEMPLATE/general-issues.md @@ -1,7 +1,7 @@ --- name: "\U00002753 General Issue" about: Create a new issue -labels: status/needs-triage +labels: needs-triage ---