Skip to content

Commit

Permalink
chore: another update of release branch (#904)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Moya <[email protected]>
Co-authored-by: Tenshi Codes <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: asyncapi-bot <[email protected]>
Co-authored-by: Fran Méndez <[email protected]>
Co-authored-by: Animesh Kumar <[email protected]>
Co-authored-by: Maciej Urbańczyk <[email protected]>
Co-authored-by: Vladimír Gorej <[email protected]>
  • Loading branch information
9 people authored Jan 31, 2023
1 parent 9faad7a commit c2e5491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-good-first-issue-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)){
Expand Down

0 comments on commit c2e5491

Please sign in to comment.