Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

chore(context): add label as API query param (#546) #1850

chore(context): add label as API query param (#546)

chore(context): add label as API query param (#546) #1850

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn test
- run: yarn lint
release:
name: Release
needs: test
if: ${{ github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn semantic-release