Skip to content

fix: change merge to squash for dependabot workflow #2

fix: change merge to squash for dependabot workflow

fix: change merge to squash for dependabot workflow #2

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"