From f16a58753a76c6d1e7e88ce197b272999beed8ca Mon Sep 17 00:00:00 2001 From: Marc Handalian Date: Mon, 30 Jan 2023 11:25:34 -0700 Subject: [PATCH] Fix broken template for issue autocuts on GH failure. (#6081) Signed-off-by: Marc Handalian (cherry picked from commit 4c9e92784b5e67c7f70c1c2c876f3da563345581) --- .github/ISSUE_TEMPLATE/failed_check.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/failed_check.md b/.github/ISSUE_TEMPLATE/failed_check.md index 86d90c2fd0efd..d6092a0404a06 100644 --- a/.github/ISSUE_TEMPLATE/failed_check.md +++ b/.github/ISSUE_TEMPLATE/failed_check.md @@ -1,6 +1,6 @@ --- -title: Gradle Check Failure. -labels: >test-failure bug +title: [AUTOCUT] Gradle Check Failure. +labels: >test-failure, bug --- A gradle check workflow has failed after merge.