Skip to content

Commit 6d27ef1

Browse files
authored
chore: fix conflicts with master branch (#535)
1 parent f1466d9 commit 6d27ef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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';

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)