Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit c22b8d3

Browse files
authored
ci: update generic workflows (#140)
1 parent f60fb5b commit c22b8d3

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)