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.
1 parent 0b16fb3 commit 339b1a6Copy full SHA for 339b1a6
.github/workflows/comment_bot.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install-pre-commit
30
run: python -m pip install --upgrade pre-commit
31
- name: Run pre-commit
32
- run: pre-commit run --all-files || (exit 0)
+ run: pre-commit run --from-ref=origin/master --to-ref=HEAD --all-files || (exit 0)
33
- name: Commit results
34
run: |
35
git config user.name "$(git log -1 --pretty=format:%an)"
0 commit comments