chore: standardize commit messages for RSS feed updates

This commit is contained in:
huangboming
2025-04-25 18:26:38 +08:00
parent 2b0b514229
commit f3919a4166
3 changed files with 3 additions and 3 deletions

View File

@@ -34,5 +34,5 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add feed.xml
# Commit only if there are changes staged
git diff --staged --quiet || git commit -m "Update RSS feed"
git diff --staged --quiet || git commit -m "bot: update RSS feed"
git push

View File

@@ -42,5 +42,5 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add feed_monthly.xml
# Commit only if there are changes staged
git diff --staged --quiet || git commit -m "Update Monthly RSS feed"
git diff --staged --quiet || git commit -m "bot: update monthly RSS feed"
git push

View File

@@ -42,5 +42,5 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add feed_weekly.xml
# Commit only if there are changes staged
git diff --staged --quiet || git commit -m "Update Weekly RSS feed"
git diff --staged --quiet || git commit -m "bot: update weekly RSS feed"
git push