Skip to content

chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 #37

chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3

chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 #37

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Validate that the PR title matches Conventional Commits
# squash-merges will use the PR title for the final commit message
requireScope: false
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
The subject must not start with a capital letter.