Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 in /cdc #1170

Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 in /cdc

Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 in /cdc #1170

name: 'PR Title Checker'
on:
pull_request:
types: [edited, opened, synchronize, reopened]
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- uses: naveenk1223/action-pr-title@master
with:
regex: '(\[to|fix|close #[0-9]+\]|Bump) .+' # "Bump" is for the auto-generated PRs from Dependabot
prefix_case_sensitive: true
max_length: -1