Skip to content

docs: add fossa license scan badge #3

docs: add fossa license scan badge

docs: add fossa license scan badge #3

---
name: "Conventional Commits"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
types: |
feat
fix
chore
docs
enhancement
revert
build
ci
style
refactor
perf
test
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
doesn't start with an uppercase character.