Skip to content

feat: support adding issue labels (#29) #162

feat: support adding issue labels (#29)

feat: support adding issue labels (#29) #162

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