Skip to content

Commit 61ad665

Browse files
ericyangpanclaude
andcommitted
chore: update GitHub stars workflow schedule
- Change schedule from daily to weekly (Monday at midnight UTC) - Update PR description to reflect weekly update frequency - Reduce API usage and workflow runs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fa643e8 commit 61ad665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-github-stars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Update GitHub Stars
22

33
on:
44
schedule:
5-
# Run daily at midnight UTC
6-
- cron: '0 0 * * *'
5+
# Run weekly on Monday at midnight UTC
6+
- cron: '0 0 * * 1'
77
workflow_dispatch:
88
# Allow manual triggering
99

@@ -52,7 +52,7 @@ jobs:
5252
title: 'chore: update GitHub stars data'
5353
body: |
5454
## Summary
55-
Automated daily update of GitHub stars data.
55+
Automated weekly update of GitHub stars data.
5656
5757
### Changes
5858
- Updated `manifests/github-stars.json` with latest star counts

0 commit comments

Comments
 (0)