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

17 lines
348 B
YAML
Raw Normal View History

2021-03-22 21:42:21 +08:00
on:
issues:
types: [opened, 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-22 21:44:33 +08:00
ISSUEHOST: ${{ secrets.ISSUEHOST }}
2021-03-22 22:02:18 +08:00
run: yarn
run: node ./script/issue.js