From d1109322bd55a34d47715385d4e9452ce996ab94 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 25 Oct 2022 16:14:39 +0200 Subject: [PATCH] ci: update generic workflows (#857) Co-authored-by: asyncapi-bot-eve Co-authored-by: asyncapi-bot Co-authored-by: Lukasz Gornicki --- .github/workflows/add-good-first-issue-labels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/add-good-first-issue-labels.yml b/.github/workflows/add-good-first-issue-labels.yml index dee10e72..20234526 100644 --- a/.github/workflows/add-good-first-issue-labels.yml +++ b/.github/workflows/add-good-first-issue-labels.yml @@ -28,8 +28,10 @@ jobs: break; case 'js': values[1] = 'javascript'; + break; case 'markdown': values[1] = 'docs'; + break; } if(values.length != 2 || !areas.includes(values[1])){ const message = `Hey @${context.payload.sender.login}, your message doesn't follow the requirements, you can try \`/help\`.`