Skip to content

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 #2606

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 #2606

Workflow file for this run

name: titlecheck
# Run on PR
on:
# enable for testing new changes
# pull_request:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
titlecheck:
name: PR title follows conventional commit
runs-on: ubuntu-latest
steps:
- name: Check conventional title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}