From a9f8d534a3b5f9a560aff514e2aee1a180032b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= <398188662@qq.com> Date: Fri, 3 Apr 2026 08:05:59 +0800 Subject: [PATCH] ci: add detailed RSS feed commit message Update the RSS feed auto-commit step to include a descriptive body and direct feed URLs for English, Chinese, Korean, and Japanese feeds. --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fe60a37..90bfe93e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,15 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git add feed/*.xml - git commit -m "chore: update RSS feeds [skip ci]" + git commit \ + -m "chore: update RSS feeds [skip ci]" \ + -m "Refresh generated RSS feeds for recently added high-quality macOS apps." \ + -m "Feeds: + + https://jaywcjlove.github.io/awesome-mac/feed.xml + https://jaywcjlove.github.io/awesome-mac/feed-zh.xml + https://jaywcjlove.github.io/awesome-mac/feed-ko.xml + https://jaywcjlove.github.io/awesome-mac/feed-ja.xml" git push - run: cp -rp feed/*.xml dist