Skip to content

feat(workflow): add labels #3

feat(workflow): add labels

feat(workflow): add labels #3

Workflow file for this run

---
name: Validate Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
workflow_call:
jobs:
validate_pr_title:
name: Validate Pull Request Title
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Validate PR Title with Conventional Commit
uses: CondeNast/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitTitleMatch: "false"