Skip to content

[New] η”³θ―· #714

[New] η”³θ―·

[New] η”³θ―· #714

name: Check Application
on:
issues:
types: [labeled]
jobs:
check-application:
runs-on: ubuntu-latest
if: github.event.label.name == 'πŸ’– Application'
steps:
- uses: actions/checkout@master
- name: install
run: yarn
- name: node js
run: node ./script/check-application.js
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}