Skip to content

Commit a990315

Browse files
committed
NOMERGE: Run autoupdate workflow on this branch
1 parent 04b86f7 commit a990315

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: 0 0 * * 1 # midnight every Monday
66
workflow_dispatch:
7+
push:
8+
# **HACK**
9+
branches: [fix-missing-rust-for-pre-commit-autoupdate-workflow]
710

811
permissions:
912
contents: write
@@ -18,10 +21,10 @@ jobs:
1821
persist-credentials: false
1922
- uses: actions/setup-python@v5
2023
- uses: browniebroke/pre-commit-autoupdate-action@main
21-
- uses: peter-evans/create-pull-request@v7
22-
with:
23-
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
24-
branch: update/pre-commit-hooks
25-
title: Update pre-commit hooks
26-
commit-message: "chore: update pre-commit hooks"
27-
body: Update versions of pre-commit hooks to latest version.
24+
# - uses: peter-evans/create-pull-request@v7
25+
# with:
26+
# token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
27+
# branch: update/pre-commit-hooks
28+
# title: Update pre-commit hooks
29+
# commit-message: "chore: update pre-commit hooks"
30+
# body: Update versions of pre-commit hooks to latest version.

0 commit comments

Comments
 (0)