From b3b88f8ce35ca90a96207c82146b5f26f3832133 Mon Sep 17 00:00:00 2001 From: Mike Senn Date: Wed, 12 Apr 2023 09:03:17 -0400 Subject: [PATCH] Update community-contributor label to open Work Adding the tag "community-contributor" should create a WI in our internal bug tracker. Fixes forcedotcom/easywriter#155. --- .git2gus/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.git2gus/config.json b/.git2gus/config.json index 084d5f24..f4c7efd6 100644 --- a/.git2gus/config.json +++ b/.git2gus/config.json @@ -6,9 +6,10 @@ }, "issueTypeLabels": { "bug": "BUG P3", - "security": "BUG P2" + "security": "BUG P2", + "type:community-contrib": "USER STORY" }, "defaultBuild": "offcore.tooling.54.0.0", "hideWorkItemUrl": "true", "statusWhenClosed": "CLOSED" -} \ No newline at end of file +}