From 0cc7882d2242ee5a1e0ce67f4e0046020f93a606 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 27 Aug 2025 10:54:03 +0800 Subject: [PATCH] ci: standardize commit message format for component list updates --- .github/workflows/fixit-component-list.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fixit-component-list.yml b/.github/workflows/fixit-component-list.yml index c9cbd7f9..b0715102 100644 --- a/.github/workflows/fixit-component-list.yml +++ b/.github/workflows/fixit-component-list.yml @@ -26,13 +26,13 @@ jobs: # - name: Commit changes # uses: stefanzweifel/git-auto-commit-action@v5 # with: - # commit_message: ':memo: Docs: update hugo-fixit component list' + # commit_message: 'docs(readme): update hugo-fixit component list' # commit_author: 'github-actions[bot] ' - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: title: 'Update hugo-fixit component list' - commit-message: ':memo: Docs: update hugo-fixit component list' + commit-message: 'docs(readme): update hugo-fixit component list' body: 'This PR updates the hugo-fixit component list in the README.' base: main branch: update-component-list