Add manual execution and daily cron schedule for MOTD generation#249
Conversation
- Add workflow_dispatch for manual execution via GitHub Actions UI - Add cron schedule to run daily at 4 AM UTC - Enables both automated daily updates and on-demand manual triggers
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Disabled knowledge base sources:
WalkthroughThe pull request modifies the GitHub Actions workflow configuration file to expand trigger mechanisms. Two new events are added to the workflow: Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
workflow_dispatchtrigger for manual execution via GitHub Actions UIscheduletrigger to run workflow daily at 4 AM UTCChanges
0 4 * * *Benefits
Test plan