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

chore: release v0.2.0 #16

chore: release v0.2.0

chore: release v0.2.0 #16

Workflow file for this run

name: PR Checks
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
jobs:
title-check:
name: Title follows Conventional Commits rules
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}