Skip to content

.github/workflows/comment.yml #767

.github/workflows/comment.yml

.github/workflows/comment.yml #767

Workflow file for this run

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) }}
COMMENTHOST: ${{ secrets.COMMENTHOST }}
run: |
yarn
node ./script/comment.js