Skip to content

chore: bump to 0.7.1 #146

chore: bump to 0.7.1

chore: bump to 0.7.1 #146

name: Conventional PR title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
title-format:
runs-on: ubuntu-latest
steps:
# https://github.com/amannn/action-semantic-pull-request
- name: PR title format check
uses: amannn/action-semantic-pull-request@v5.3.0
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true