From 1acc9d8e4f4fca83e0d84fad417d2dc0c6d3b733 Mon Sep 17 00:00:00 2001 From: SMNET Studio Date: Sun, 16 Aug 2026 21:30:32 +0800 Subject: [PATCH] ci: remove one-time backfill config, back to scheduled tracking --- .github/workflows/repo-growth.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/repo-growth.yml b/.github/workflows/repo-growth.yml index 3710415..25691fb 100644 --- a/.github/workflows/repo-growth.yml +++ b/.github/workflows/repo-growth.yml @@ -21,5 +21,3 @@ jobs: with: title: WeChat-AI growth output: assets/repo-growth.svg - backfill: true - token: ${{ secrets.REPO_GROWTH_BACKFILL_TOKEN }}