From 793459d932b296139f787b9e91fbfb6c2cd3988b Mon Sep 17 00:00:00 2001 From: Jacob Fuss Date: Tue, 17 Jan 2023 10:27:19 -0600 Subject: [PATCH] chore: Remove type/bug label for Bug Issue Template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 96854e1e8..1a6526e37 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create an issue to report a bug for AWS Lambda Builders title: "Bug: TITLE" -labels: ['type/bug', 'stage/needs-triage'] +labels: ['stage/needs-triage'] assignees: '' ---