Skip to content

feat: support adding issue labels #161

feat: support adding issue labels

feat: support adding issue labels #161

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize]
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn build
- run: yarn test