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

18 lines
357 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:03:26 +08:00
run: |
yarn
node ./script/issue.js