From a8479d170158f755c49a48d8e71fabdb71ac9163 Mon Sep 17 00:00:00 2001 From: Abao Zhang Date: Fri, 24 Apr 2026 00:08:48 +0800 Subject: [PATCH] ci: use conventional commit message for docs workflow --- .github/workflows/update-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 5635549..9c893a1 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -27,7 +27,7 @@ jobs: - name: Commit and Push Documentation uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: "auto-generate document" + commit_message: "docs: auto-generate documentation" commit_user_name: "github-actions[bot]" commit_user_email: "github-actions[bot]@users.noreply.github.com" commit_author: "github-actions[bot] "