Skip to content

[WIP] Add support for annotated and signed tags #78

[WIP] Add support for annotated and signed tags

[WIP] Add support for annotated and signed tags #78

Workflow file for this run

name: Pull Request
on: pull_request
jobs:
conventional:
name: Conventional PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2-beta
- uses: beemojs/conventional-pr-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}