Skip to content

chore(deps): Bump ytanikin/pr-conventional-commits from 1.4.2 to 1.5.1 #15

chore(deps): Bump ytanikin/pr-conventional-commits from 1.4.2 to 1.5.1

chore(deps): Bump ytanikin/pr-conventional-commits from 1.4.2 to 1.5.1 #15

name: PR Conventional Commit Validation
on:
pull_request:
permissions:
contents: read
pull-requests: write
issues: write
defaults:
run:
shell: bash
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 # v1.5.1
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'