-
Notifications
You must be signed in to change notification settings - Fork 2
Add automated keep-alive workflow for scheduled jobs #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: TimHess <[email protected]>
Co-authored-by: TimHess <[email protected]>
…umentation Co-authored-by: TimHess <[email protected]>
Co-authored-by: TimHess <[email protected]>
|
@copilot I didn't realize opening and closing a PR would be a viable solution here - can it be the same PR (or issue) that's closed/open/modified? If we could edit or open/close the same PR it would be even less of a hassle. Also, this process doesn't appear to require human intervention, so we can run it every 59 days and forget about the buffer window |
Co-authored-by: TimHess <[email protected]>
Yes, great suggestions! I've updated the workflow to:
The workflow now:
Commit: cfa441d |
- bump a couple other action refs - whitespace cleanup
GitHub disables scheduled workflows after 60 days of repository inactivity. This adds automation to prevent that while minimizing noise.
Implementation
Can be manually triggered via
workflow_dispatchif needed.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.