Skip to content

📖 bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1 #5658

📖 bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1

📖 bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1 #5658

Workflow file for this run

name: "PR Title Verifier"
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Get PR title
id: get_title
run: echo "title=${{ github.event.pull_request.title }}" >> $GITHUB_ENV
- name: Run PR Title Checker
id: check_title
run: |
./test/pr-title-checker.sh "${{ env.title }}"