Skip to content

ci(validate): removes dep validation and renames pr title rule #1

ci(validate): removes dep validation and renames pr title rule

ci(validate): removes dep validation and renames pr title rule #1

Workflow file for this run

name: PR Validation
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
contents: read # for checkout
jobs:
validate-pr-title:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
with:
preset: conventional-changelog-angular
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}