We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4390b33 commit 6d501b8Copy full SHA for 6d501b8
1 file changed
.github/workflows/pre-commit-update.yml
@@ -28,11 +28,14 @@ jobs:
28
env:
29
# new branch is created in create-pull-request step
30
SKIP: no-commit-to-branch
31
- uses: browniebroke/pre-commit-autoupdate-action@v1.0.0
+ run: |
32
+ pre-commit autoupdate
33
- uses: peter-evans/create-pull-request@v5
34
with:
35
token: ${{ secrets.GITHUB_TOKEN }}
36
branch: update/pre-commit-hooks
37
title: Update pre-commit hooks
38
commit-message: "update pre-commit hooks"
- body: Update versions of pre-commit hooks to latest version.
39
+ body: |
40
+ Update versions of pre-commit hooks to latest version.
41
+ Run tests locally to check for conficts since PRs from GitHub Actions don't trigger workflows.
0 commit comments