Skip to content

Commit 58dacf5

Browse files
authored
ci: update generic workflows (asyncapi#771)
1 parent 33a3949 commit 58dacf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-good-first-issue-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
github-token: ${{ secrets.GH_TOKEN }}
2222
script: |
2323
const areas = ['javascript', 'typescript', 'java' , 'go', 'docs', 'ci-cd', 'design'];
24-
const values = context.payload.comment.body.split(" ");
24+
const values = context.payload.comment.body.trim().split(" ");
2525
switch(values[1]){
2626
case 'ts':
2727
values[1] = 'typescript';

0 commit comments

Comments
 (0)