diff --git a/.github/workflows/repo-growth.yml b/.github/workflows/repo-growth.yml new file mode 100644 index 0000000..25691fb --- /dev/null +++ b/.github/workflows/repo-growth.yml @@ -0,0 +1,23 @@ +name: Update repository growth + +on: + schedule: + - cron: "17 4 * * *" + workflow_dispatch: + +permissions: + contents: write + +concurrency: + group: repo-growth + cancel-in-progress: false + +jobs: + update: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v7 + - uses: MacRimi/repo-growth@v1 + with: + title: WeChat-AI growth + output: assets/repo-growth.svg diff --git a/.github/workflows/star-history.yml b/.github/workflows/star-history.yml deleted file mode 100644 index f1ea34a..0000000 --- a/.github/workflows/star-history.yml +++ /dev/null @@ -1,24 +0,0 @@ -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 diff --git a/README.md b/README.md index 8069571..54bba05 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,11 @@ Connects directly to Tencent **iLink**, stores data in **remote Redis**, and aut - - - - Star history - - +

+ + Project growth + +

--- diff --git a/assets/star-history/.star-history.sig b/assets/star-history/.star-history.sig deleted file mode 100644 index 68547a2..0000000 --- a/assets/star-history/.star-history.sig +++ /dev/null @@ -1 +0,0 @@ -6dd291407cc8f802aa74e5d44ff709ed8cd3f01861acd48d440bc391bb43cd0c \ No newline at end of file diff --git a/assets/star-history/star-history-dark.svg b/assets/star-history/star-history-dark.svg deleted file mode 100644 index ed30efd..0000000 --- a/assets/star-history/star-history-dark.svg +++ /dev/null @@ -1 +0,0 @@ -Tue 11Wed 12Thu 13Fri 14Sat 15Aug 16 0.5K1K1.5KSMNETSTUDIO/WeChat-AIStar HistoryDateGitHub Stars \ No newline at end of file diff --git a/assets/star-history/star-history-light.svg b/assets/star-history/star-history-light.svg deleted file mode 100644 index 5614ed1..0000000 --- a/assets/star-history/star-history-light.svg +++ /dev/null @@ -1 +0,0 @@ -Tue 11Wed 12Thu 13Fri 14Sat 15Aug 16 0.5K1K1.5KSMNETSTUDIO/WeChat-AIStar HistoryDateGitHub Stars \ No newline at end of file diff --git a/assets/star-history/star-history.png b/assets/star-history/star-history.png deleted file mode 100644 index 80d14b9..0000000 Binary files a/assets/star-history/star-history.png and /dev/null differ