Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw66 committed Sep 13, 2024
1 parent a775c6b commit fed95c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ jobs:
name: "Check PR Title"
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/pr-title-checker
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
with:
persist-credentials: false
submodules: recursive
- name: "Check PR Title"
uses: ./.github/actions/pr-title-checker
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: .github/pr-title-checker-config.json

0 comments on commit fed95c3

Please sign in to comment.