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 89cf7a6 commit 3655d20Copy full SHA for 3655d20
.github/workflows/pre-commit-comment.yaml
@@ -129,7 +129,9 @@ jobs:
129
130
</details>
131
132
- Please apply the above diff in your PR branch (or run \`pre-commit run --all-files\` locally) and push the changes.`;
+ Please apply the above diff in your PR branch (or run \`pre-commit run --all-files\` locally) and push the changes.
133
+
134
+ For more information on pre-commit, see the [pre-commit documentation](https://pre-commit.com/#install).`;
135
136
await github.rest.issues.createComment({
137
issue_number: prNumber,
0 commit comments