From 49b4af1a56c17587d41cb56b4e56673732a83036 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 2 Jun 2025 11:43:44 +0100 Subject: [PATCH] fix: Add style to the name of pre-commit autoupdate PR title (#2177) --- .github/workflows/pre-commit-autoupdate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index a45602896..52911448b 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -33,7 +33,7 @@ jobs: GH_TOKEN: ${{ github.token }} with: branch: update/pre-commit-hooks - title: Update pre-commit hooks - commit-message: "style: update pre-commit hooks" + title: "style: Update pre-commit hooks" + commit-message: "style: Update pre-commit hooks" body: Update versions of pre-commit hooks to latest version. reviewers: "godexsoft,kuznetsss,PeterChen13579,mathbunnyru"