Skip to content

chore: gomod: bump github.com/spf13/pflag from 1.0.7 to 1.0.8 #40

chore: gomod: bump github.com/spf13/pflag from 1.0.7 to 1.0.8

chore: gomod: bump github.com/spf13/pflag from 1.0.7 to 1.0.8 #40

name: "Conventional commit PR title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
check:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
subjectPattern: ^(?![A-Z]).+$