github.com/kubevela/workflow@v0.6.0/.github/workflows/commit-lint.yaml (about) 1 name: PR Title Checker 2 on: 3 pull_request: 4 types: 5 - opened 6 - edited 7 - synchronize 8 - labeled 9 - unlabeled 10 11 jobs: 12 check: 13 runs-on: ubuntu-latest 14 steps: 15 - uses: thehanimo/pr-title-checker@v1.3.4 16 with: 17 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 18 pass_on_octokit_error: false 19 configuration_path: ".github/pr-title-checker-config.json"