ci: add star-history workflow and README chart markers

This commit is contained in:
SMNET Studio
2026-08-16 18:30:46 +08:00
parent 1f56c7f776
commit 4bd9d0096e
2 changed files with 27 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Star History
on:
schedule:
- cron: '0 */6 * * *' # every 6 hours; see interval table below
watch:
types: [started] # optional: also refresh right after a new star
workflow_dispatch:
permissions:
contents: write
concurrency:
group: star-history
cancel-in-progress: true # collapse a burst of stars into one run
jobs:
star-history:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: narayann7/star-history-action@v1
with:
repos: ${{ github.repository }} # or a list: owner/repo,owner/repo2
+3
View File
@@ -13,6 +13,9 @@ Connects directly to Tencent **iLink**, stores data in **remote Redis**, and aut
</div>
<!-- star-history:start -->
<!-- star-history:end -->
---
## 功能 Features