Skip to content

Commit d2226b7

Browse files
committed
fix help command
1 parent 51298b4 commit d2226b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/help-command.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: |
1414
github.event_name == 'issue_comment' &&
1515
github.event.issue.pull_request &&
16-
github.event.comment.body == '/help'
16+
github.event.comment.body == '/helpx'
1717
runs-on: ubuntu-latest
1818

1919
steps:
@@ -84,10 +84,6 @@ jobs:
8484
'For more information, see the [React on Rails Tutorial documentation](https://github.com/shakacode/react-on-rails/tree/master/react-webpack-rails-tutorial)'
8585
].join('\n');
8686
87-
console.log('Issue number:', context.issue.number);
88-
console.log('Owner:', context.repo.owner);
89-
console.log('Repo:', context.repo.repo);
90-
9187
await github.rest.issues.createComment({
9288
owner: context.repo.owner,
9389
repo: context.repo.repo,

0 commit comments

Comments
 (0)