From c2e54912fa3f22c3335281abb90989afda2f9345 Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Tue, 31 Jan 2023 21:26:25 +0100 Subject: [PATCH] chore: another update of release branch (#904) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sergio Moya <1083296+smoya@users.noreply.github.com> Co-authored-by: Tenshi Codes <116377630+codingtenshi@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: asyncapi-bot Co-authored-by: Fran Méndez Co-authored-by: Animesh Kumar Co-authored-by: Maciej Urbańczyk Co-authored-by: Vladimír Gorej --- .github/workflows/add-good-first-issue-labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-good-first-issue-labels.yml b/.github/workflows/add-good-first-issue-labels.yml index 57db82262..e70a70017 100644 --- a/.github/workflows/add-good-first-issue-labels.yml +++ b/.github/workflows/add-good-first-issue-labels.yml @@ -28,10 +28,10 @@ jobs: area = 'typescript'; break; case 'js': - values[1] = 'javascript'; + area = 'javascript'; break; case 'markdown': - values[1] = 'docs'; + area = 'docs'; break; } if(!areas.includes(area)){