We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8492d6 + 303e5f0 commit f709713Copy full SHA for f709713
.github/workflows/pr-compliance-check.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: 'Checkout PR'
58
uses: actions/checkout@v4
59
with:
60
- repository: ${{ github.event.pull_request.head.repo.full_name }}
+ # repository: ${{ github.event.pull_request.head.repo.full_name }}
61
ref: ${{ github.event.pull_request.head.ref }}
62
- name: Run reviewdog
63
run: reviewdog -tee -reporter=github-pr-review -log-level=debug
0 commit comments