From 6c52c859c9989a445bf078289764a9d31e6369c5 Mon Sep 17 00:00:00 2001 From: Miguel Tavares <88039515+mvares@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:26:26 -0300 Subject: [PATCH 1/2] Update 1-bug-report.yml --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index c2309ce26..75698be34 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -1,6 +1,6 @@ name: 🐛 Bug Report description: Report an issue that should be fixed -labels: [bug] +labels: [bug, triage] body: - type: markdown attributes: From a691b097fe65e6df2bf5e393699af07c40c07c94 Mon Sep 17 00:00:00 2001 From: Miguel Tavares <88039515+mvares@users.noreply.github.com> Date: Fri, 5 Jul 2024 01:45:12 -0300 Subject: [PATCH 2/2] only triage label --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 75698be34..e04cd221a 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -1,6 +1,6 @@ name: 🐛 Bug Report description: Report an issue that should be fixed -labels: [bug, triage] +labels: [triage] body: - type: markdown attributes: