fix: Make pre-commit autoupdate PRs verified (#2289)

This commit is contained in:
Ayaz Salikhov
2025-07-02 16:34:16 +01:00
committed by GitHub
parent 379a44641b
commit 1fe323190a

View File

@@ -40,8 +40,11 @@ jobs:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ github.token }}
with:
branch: update/pre-commit-hooks
title: "style: Update pre-commit hooks"
commit-message: "style: Update pre-commit hooks"
committer: Clio CI <skuznetsov@ripple.com>
branch: update/pre-commit-hooks
branch-suffix: timestamp
delete-branch: true
title: "style: Update pre-commit hooks"
body: Update versions of pre-commit hooks to latest version.
reviewers: "godexsoft,kuznetsss,PeterChen13579,mathbunnyru"