mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
ci: standardize commit message format for component list updates
This commit is contained in:
@@ -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] <github-actions[bot]@users.noreply.github.com>'
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user