Skip to content

fix(deps): update plugin org.jetbrains.kotlinx.kover from v0.9.1 to v0.9.8 #373

fix(deps): update plugin org.jetbrains.kotlinx.kover from v0.9.1 to v0.9.8

fix(deps): update plugin org.jetbrains.kotlinx.kover from v0.9.1 to v0.9.8 #373

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- "main"
jobs:
check-pr-title:
runs-on: ubuntu-latest
steps:
- name: Check PR Title for Conventional Commits
uses: amannn/action-semantic-pull-request@v6
with:
types: |
feat
fix
chore
docs
style
refactor
perf
test
build
ci
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.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}