Skip to content

Commit

Permalink
Action PR Checks / Verify PR contents does not require checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed Jul 27, 2023
1 parent 6ab92d3 commit adc0e80
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:
runs-on: ubuntu-latest
name: Verify PR contents
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Title
id: verifier
uses: konveyor/release-tools/cmd/verify-pr@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check Title
id: verifier
uses: konveyor/release-tools/cmd/verify-pr@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit adc0e80

Please sign in to comment.