File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
config/jsoref-spellchecker Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,17 @@ jobs:
4747 commit_sha : ${{ steps.branch.outputs.commit_sha }}
4848
4949 steps :
50- -
uses : shanegenschaw/pull-request- comment[email protected] 51- name : React with rocket on run
50+ - name : React to comment
51+ uses : actions/github-script@v8
5252 with :
53- trigger : ' ,'
54- reaction : rocket
55- env :
56- GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
57-
58- - run : ' echo without this pull-request-comment-trigger causes all further steps be skipped'
59- if : ' true'
53+ github-token : ${{secrets.GITHUB_TOKEN}}
54+ script : |
55+ github.rest.reactions.createForIssueComment({
56+ owner: context.repo.owner,
57+ repo: context.repo.repo,
58+ comment_id: context.payload.comment.id,
59+ content: 'rocket'
60+ })
6061
6162 - name : Checkout repository
6263 uses : actions/checkout@v6
Original file line number Diff line number Diff line change @@ -1243,7 +1243,6 @@ SERIALVERSIONUID
12431243servlet
12441244severitymatchfilter
12451245sevntu
1246- shanegenschaw
12471246shasum
12481247shellcheck
12491248shengchen
You can’t perform that action at this time.
0 commit comments