diff --git a/.github/workflows/star-history.yml b/.github/workflows/star-history.yml new file mode 100644 index 0000000..36452a5 --- /dev/null +++ b/.github/workflows/star-history.yml @@ -0,0 +1,22 @@ +name: Update Star History + +on: + schedule: + # Every Monday at 04:30 UTC (12:30 Asia/Singapore) + - cron: "30 4 * * 1" + workflow_dispatch: + +permissions: + contents: write + +jobs: + update-star-history: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v7 + - name: Generate star history + uses: xpzouying/star-history@v1 + with: + branch: star-history + commit-message: "chore: update star history chart" diff --git a/README.md b/README.md index b1e4333..1e7c309 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,16 @@ absolute path of `run_journal.exe`. See [architecture](docs/architecture.md), [0.1 migration](docs/migration-0.2.md), and [real NX validation](docs/real-nx-validation.md) for implementation and release gates. + +## Star History + + + + Star History Chart +