From ed17dd9eb2ebbf07a198fdbfc790c2b2229ef0e4 Mon Sep 17 00:00:00 2001 From: Tommy Markley Date: Wed, 9 Jun 2021 19:55:16 +0000 Subject: [PATCH] Remove Beta label from bug template Signed-off-by: Tommy Markley --- .github/ISSUE_TEMPLATE/bug_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_template.md b/.github/ISSUE_TEMPLATE/bug_template.md index d694618c9250..5e69424f1cdd 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.md +++ b/.github/ISSUE_TEMPLATE/bug_template.md @@ -2,7 +2,7 @@ name: 🐛 Bug report about: Create a report to help us improve title: "[BUG]" -labels: 'bug, untriaged, Beta' +labels: 'bug, untriaged' assignees: '' ---