Skip to content

chore(deps-dev): bump globals from 15.10.0 to 15.11.0 #114

chore(deps-dev): bump globals from 15.10.0 to 15.11.0

chore(deps-dev): bump globals from 15.10.0 to 15.11.0 #114

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
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
doesn't start with an uppercase character.