Skip to content

fix(app): [KDL6-112] handle automount and secret for existing service account #95

fix(app): [KDL6-112] handle automount and secret for existing service account

fix(app): [KDL6-112] handle automount and secret for existing service account #95

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/action-semantic-pull-request@v5.5.3
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