From 85e5a8cffb9a54ac50360ad915c82fc93ac20e1b Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Thu, 23 Apr 2026 20:17:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B4=A1=E7=8C=AE=E8=80=85=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81=E6=94=B9=E4=B8=BA=E6=AF=8F?= =?UTF-8?q?=E5=91=A8=E5=AE=9A=E6=97=B6=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除 push 触发,仅保留每周一 schedule 触发。 Co-Authored-By: Claude Opus 4.7 --- .github/workflows/update-contributors.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 40985fe2a..8d6669550 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -1,11 +1,8 @@ name: Update Contributors on: - push: - branches: - - main schedule: - - cron: '0 0 * * *' # 每天更新一次 + - cron: '0 0 * * 1' # 每周一更新一次 permissions: contents: write