Skip to content

fix(deps): bump ch.qos.logback:logback-core from 1.2.11 to 1.5.13 #555

fix(deps): bump ch.qos.logback:logback-core from 1.2.11 to 1.5.13

fix(deps): bump ch.qos.logback:logback-core from 1.2.11 to 1.5.13 #555

Workflow file for this run

name: Pull request checks
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
check-title:
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
name: Check title
runs-on: ubuntu-20.04
steps:
- uses: naveenk1223/[email protected]
with:
regex: '^(chore|demo|deprecate|docs|feat|fix|perf|refactor|revert|style|test)(\(.+\))?: .+$'
max_length: 60