From 02e5d46afd9e4611a93c2863ea5307a5d6cee1e7 Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Thu, 19 Jan 2023 07:05:49 -0800 Subject: [PATCH] Add product label by default to stories (#9422) --- .github/ISSUE_TEMPLATE/story.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index 8b589e28f6..b8d7b6de34 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -2,7 +2,7 @@ name: 🎟  Story about: Specify a Scrum user story. (e.g. "As a user, I want to sign in with SSO.") title: '' -labels: 'story' +labels: 'story, :product' assignees: '' ---