all-of-frontend/.github/workflows/comment.yml

18 lines
371 B
YAML
Raw Permalink Normal View History

2021-03-23 10:50:25 +08:00
on:
issue_comment:
types: [created, edited]
jobs:
issue:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
2021-03-23 11:04:05 +08:00
COMMENTHOST: ${{ secrets.COMMENTHOST }}
2021-03-23 10:50:25 +08:00
run: |
yarn
2021-03-23 11:04:05 +08:00
node ./script/comment.js