Skip to content

feat(deps): update plugin org.jetbrains.kotlin.jvm from v2.2.10 to v2.3.21 - autoclosed #364

feat(deps): update plugin org.jetbrains.kotlin.jvm from v2.2.10 to v2.3.21 - autoclosed

feat(deps): update plugin org.jetbrains.kotlin.jvm from v2.2.10 to v2.3.21 - autoclosed #364

Workflow file for this run

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 }}