Skip to content

fix(deps): bump System.IdentityModel.Tokens.Jwt from 6.32.3 to 7.0.1 #323

fix(deps): bump System.IdentityModel.Tokens.Jwt from 6.32.3 to 7.0.1

fix(deps): bump System.IdentityModel.Tokens.Jwt from 6.32.3 to 7.0.1 #323

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