|
13 | 13 | if: | |
14 | 14 | github.event_name == 'issue_comment' && |
15 | 15 | github.event.issue.pull_request && |
16 | | - github.event.comment.body == '/help' |
| 16 | + github.event.comment.body == '/helpx' |
17 | 17 | runs-on: ubuntu-latest |
18 | 18 |
|
19 | 19 | steps: |
|
84 | 84 | 'For more information, see the [React on Rails Tutorial documentation](https://github.com/shakacode/react-on-rails/tree/master/react-webpack-rails-tutorial)' |
85 | 85 | ].join('\n'); |
86 | 86 | |
87 | | - console.log('Issue number:', context.issue.number); |
88 | | - console.log('Owner:', context.repo.owner); |
89 | | - console.log('Repo:', context.repo.repo); |
90 | | - |
91 | 87 | await github.rest.issues.createComment({ |
92 | 88 | owner: context.repo.owner, |
93 | 89 | repo: context.repo.repo, |
|
0 commit comments