Skip to content

Commit

Permalink
ci: update generic workflows (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Oct 24, 2022
1 parent 8f724f5 commit 25b6fc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/add-good-first-issue-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
break;
case 'js':
values[1] = 'javascript';
break;
case 'markdown':
values[1] = 'docs';
break;
}
if(values.length != 2 || !areas.includes(values[1])){
const message = `Hey @${context.payload.sender.login}, your message doesn't follow the requirements, you can try \`/help\`.`
Expand Down

0 comments on commit 25b6fc7

Please sign in to comment.