Skip to content

feat: add makefile for building git-semver #26

feat: add makefile for building git-semver

feat: add makefile for building git-semver #26

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@b72758283dcbee706975950e96bc4bf323a8d8c0 # v1.4.2
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'