Skip to content

chore: Bump actions/checkout from 3 to 4 #17

chore: Bump actions/checkout from 3 to 4

chore: Bump actions/checkout from 3 to 4 #17

Workflow file for this run

name: Validate PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
contents: write
jobs:
validate:
name: Validate PR Title
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
docs
ci
chore
requireScope: false
subjectPattern: ^[A-Z].+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
starts with an uppercase character.