Skip to content

Commit e31564f

Browse files
authored
ci: update generic workflows (#534)
1 parent c2ec5ef commit e31564f

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)