From 1fe323190ae0b12fd58a09264ad7463a05636b95 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 2 Jul 2025 16:34:16 +0100 Subject: [PATCH] fix: Make pre-commit autoupdate PRs verified (#2289) --- .github/workflows/pre-commit-autoupdate.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index d06b690c..ca25aa9f 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -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 + 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"