From dd442771ae0aaa5f579a7f455ff0098e9017e29f Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 3 Mar 2025 13:54:22 -0500 Subject: [PATCH] chore(ci): Add type task to canary issue template --- .github/CANARY_FAILURE_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CANARY_FAILURE_TEMPLATE.md b/.github/CANARY_FAILURE_TEMPLATE.md index 9e05fcfc44ae..ba3f2a7f1469 100644 --- a/.github/CANARY_FAILURE_TEMPLATE.md +++ b/.github/CANARY_FAILURE_TEMPLATE.md @@ -1,6 +1,7 @@ --- title: '{{ env.TITLE }}' labels: 'Type: Tests, Waiting for: Product Owner' +type: 'task' --- Canary tests failed: {{ env.RUN_LINK }}