File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
811permissions :
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.
You can’t perform that action at this time.
0 commit comments