Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

feat: add user options, deprecate config file #3

feat: add user options, deprecate config file

feat: add user options, deprecate config file #3

name: "[GitHub] Validate PR title"
on:
pull_request_target:
types: [opened, edited, synchronize]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
types: |
chore
ci
docs
feat
fix
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.
wip: true
validateSingleCommit: true