-
Notifications
You must be signed in to change notification settings - Fork 14
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
Have URLs periodically checked #673
Conversation
Re-rendered previews from the latest commit:
Updated at 2024-02-29 with changes from 8642465 |
No spelling errors! 🎉 |
|
Purpose/implementation Section
What changes are being implemented in this Pull Request?
This is a start to having a GHA that will check URLs periodically on a course without being provoked.
A few things we have to develop here:
The last bit I have to put in here is if an issue is already open for broken URLs, we don't want to create another one. There doesn't seem to be a convenient GitHub Action for this, so I'm going to have to write a GitHub API accessing script to do it myself. I'll add it to the github-helpers or cow package.
I tried https://github.com/nickderobertis/check-if-issue-exists-action and https://actions-cool.github.io/issues-helper/advanced#find-issues but both assume the GitHub Action you are running is being triggered by an
issue
based trigger which is not what is happening for us.