Skip to content

Commit 1754e05

Browse files
fredbiclaude
andauthored
chore(ci): run contributors workflow monthly instead of weekly (#281)
The all-time contributors workflow no longer needs a weekly cadence: nowadays it mostly bumps maintainer activity. Run it on the 1st of each month at 04:49 UTC ('49 4 1 * *') instead of every Saturday. Signed-off-by: Frederic BIDON <fredbi@yahoo.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent eb04d47 commit 1754e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Contributors
22

33
on:
44
schedule:
5-
- cron: '18 4 * * 6'
5+
- cron: '49 4 1 * *'
66

77
workflow_dispatch:
88

0 commit comments

Comments
 (0)