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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From #38858 it seems the actions works fine, though is perhaps a bit slow as it has to run on all files
If we apply the diff
diff --git a/.github/workflows/comment_bot.yml b/.github/workflows/comment_bot.yml index 98b8e10f6..dc396be75 100644 --- a/.github/workflows/comment_bot.yml +++ b/.github/workflows/comment_bot.yml @@ -29,7 +29,7 @@ jobs: - name: Install-pre-commit run: python -m pip install --upgrade pre-commit - name: Run pre-commit - run: pre-commit run --all-files || (exit 0) + run: pre-commit run --from-ref=origin/master --to-ref=HEAD --all-files || (exit 0) - name: Commit results run: | git config user.name "$(git log -1 --pretty=format:%an)"
then it should run much faster
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
Apologies for inaction. I got caught up in some work. I will raise a PR this weekend.
no hurry, ping when it's ready :)
gunjan-solanki
Successfully merging a pull request may close this issue.
From #38858 it seems the actions works fine, though is perhaps a bit slow as it has to run on all files
If we apply the diff
then it should run much faster
The text was updated successfully, but these errors were encountered: