From 6c21953a715d409331e375688c07f284890b6c8d Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:49:47 +0800 Subject: [PATCH] docs(ci): standardize commit message format in notice board workflow - remove emoji prefix from automated commit message for consistency with conventional commits - maintain clear type and scope (docs(readme)) for change tracking --- .github/workflows/notice-board.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notice-board.yml b/.github/workflows/notice-board.yml index 4ebe43cc4..034309a12 100644 --- a/.github/workflows/notice-board.yml +++ b/.github/workflows/notice-board.yml @@ -45,6 +45,6 @@ jobs: if git diff --cached --quiet; then echo "没有文件变更,跳过提交" else - git commit --quiet -m "📝 docs(readme): update notice board" + git commit --quiet -m "docs(readme): update notice board" fi git push