Skip to content

[New] η”³θ―· #91

[New] η”³θ―·

[New] η”³θ―· #91

Workflow file for this run

name: Fix Need Info
on:
issues:
types: [edited]
jobs:
fix-need-info:
if: ${{ !github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: install
run: yarn
- name: node js
run: node ./script/fix-need-info.js
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}