chore: standardize commit messages for RSS feed updates
This commit is contained in:
2
.github/workflows/update_feed.yml
vendored
2
.github/workflows/update_feed.yml
vendored
@@ -34,5 +34,5 @@ jobs:
|
|||||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
git add feed.xml
|
git add feed.xml
|
||||||
# Commit only if there are changes staged
|
# 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
|
git push
|
||||||
2
.github/workflows/update_feed_monthly.yml
vendored
2
.github/workflows/update_feed_monthly.yml
vendored
@@ -42,5 +42,5 @@ jobs:
|
|||||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
git add feed_monthly.xml
|
git add feed_monthly.xml
|
||||||
# Commit only if there are changes staged
|
# 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
|
git push
|
||||||
2
.github/workflows/update_feed_weekly.yml
vendored
2
.github/workflows/update_feed_weekly.yml
vendored
@@ -42,5 +42,5 @@ jobs:
|
|||||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
git add feed_weekly.xml
|
git add feed_weekly.xml
|
||||||
# Commit only if there are changes staged
|
# 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
|
git push
|
||||||
Reference in New Issue
Block a user