From dc1e84a8f45b0be1e537eb619ebc0aec1460a12d Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Fri, 17 May 2024 11:55:29 -0400 Subject: [PATCH] refactor: add release testing label as default for test failure reports --- .github/ISSUE_TEMPLATE/test-failures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test-failures.yml b/.github/ISSUE_TEMPLATE/test-failures.yml index a3fef6a..17838c6 100644 --- a/.github/ISSUE_TEMPLATE/test-failures.yml +++ b/.github/ISSUE_TEMPLATE/test-failures.yml @@ -1,7 +1,7 @@ name: 📑 Test failure report description: Issue Template for Reporting Testing Failures. title: "[Test failure] : " -labels: ["needs triage"] +labels: ["needs triage", "release testing"] body: - type: markdown attributes: