Skip to content

fix: modify condition to manually bump version with GHA. #24

fix: modify condition to manually bump version with GHA.

fix: modify condition to manually bump version with GHA. #24

Workflow file for this run

name: Validate Pull Request Name
on:
pull_request:
types: [edited]
jobs:
validate-pr-title:
# Trigger only for local PR when PR is edited (title, description, etc.)
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","revert"]'