Skip to content

chore(release): v0.16.1 #165

chore(release): v0.16.1

chore(release): v0.16.1 #165

Workflow file for this run

name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, synchronize, reopened, edited]
permissions:
contents: read
pull-requests: write
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
# ref: https://github.com/marketplace/actions/conventional-commit-in-pull-requests
- name: PR Conventional Commit Validation
# Pinned from ytanikin/pr-conventional-commits@1.5.2.
uses: ytanikin/pr-conventional-commits@639145d78959c53c43112365837e3abd21ed67c1
with:
# NOTE: this list should match what's in cliff.toml
task_types: '["feat","fix","doc","docs","test","ci","refactor","perf","chore","revert","style","security"]'