From bd307266ce23cb2a472136692fb880fcc2ecdd88 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Mon, 24 Apr 2023 15:58:25 +0300 Subject: [PATCH] chore(issue-templates): Remove needs-triage label from issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 67791b051a..bb92cd5907 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🐛 Bug Report description: If something isn't working as expected 🤔 title: "bug: " -labels: [bug, needs-triage] +labels: [bug] body: - type: checkboxes attributes: @@ -44,7 +44,7 @@ body: Add any other context the bug, such as links to related PRs or issues validations: required: false - + - type: checkboxes attributes: label: Pull request (optional)