From 91f5351dfe8371305436ddbc5ef18c64c09c96fe Mon Sep 17 00:00:00 2001 From: SII-Tian-yi Liang <41582525+tianyilt@users.noreply.github.com> Date: Sat, 15 Aug 2026 01:36:09 +0800 Subject: [PATCH] Automate Star History updates --- .github/workflows/star-history.yml | 22 ++++++++++++++++++++++ README.md | 3 ++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/star-history.yml diff --git a/.github/workflows/star-history.yml b/.github/workflows/star-history.yml new file mode 100644 index 0000000..821a800 --- /dev/null +++ b/.github/workflows/star-history.yml @@ -0,0 +1,22 @@ +name: Update Star History + +on: + schedule: + - cron: "0 1 * * *" # Daily at 09:00 Asia/Singapore + workflow_dispatch: + +permissions: + contents: write + +concurrency: + group: star-history + cancel-in-progress: true + +jobs: + update: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: narayann7/star-history-action@a68d8f9d67ca20d55b682a264e69152dcf326e9c # v1.0.5 + with: + repos: OpenMOSS/MOVA diff --git a/README.md b/README.md index 96f671d..d36b3d7 100644 --- a/README.md +++ b/README.md @@ -353,4 +353,5 @@ We would like to thank the contributors to [Wan](https://github.com/Wan-Video/Wa ## Star History -[![Star History Chart](https://api.star-history.com/chart?repos=OpenMOSS%2FMOVA&type=date&legend=top-left&sealed_token=Fi6zs0IAK2C1q00XfDRlsR6jRwxF5O1fYBIeWcCGZ2bDqbHZpBrJlNs3shnvYDo_q92trz5pFAwFKA-bBwakeFUxAABDbq_M-wcJWTBguotr8hw7A1hVDQ)](https://www.star-history.com/?repos=OpenMOSS%2FMOVA&type=date&legend=top-left) + +