-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
"No response" shows up from issue template responses #59
Comments
It will update - the cache is quite long - maybe 24h. |
To me it seems like we should fail the build if we get a bad response from Github? It may not be obvious if or where content is missing in this scenario - and we might not trigger a new build to (potentially) fix it for days/weeks. However I recognise that might not be possible currently. I assume that throwing an error (or whatever Go's equivalent is) would fail the build? Can this be done from within a template? Would we need to migrate to a Hugo module (I think that's what they're called? I now can't find the relevant docs page 🙄) for this to work? |
"What's our plan to ensure we force re-builds when new issues are filed @SallyMcGrath?" repeating conversation here to log it: On rebuilds, actually my general plan was just to build once a day and not worry too much about it. I guess on some level I don't want to build in expectation of instantaneous results. 😂 response: pr from Daniel #90 |
Is the answer to this a github action or something? It isn't a Big Deal but I agree it's nicer to not have the no response text. We could do it post hoc on our side but I think it will be fragile. |
I suspect in the short term we should just do this. Fail the nightly build, make sure that notifies a useful group of people, and someone can go do a quick edit and a redeploy. Things don't actually change that much (after initial creation) that I'd be too worried about the fragility. If it becomes a real issue / time sink, we can work out how to automate it. WDYT? |
Ah apologies, I misunderstood. But it seems that #89 will solve my concern anyway, at least based on my (Go ignorant) read of the code? Fwiw, I also like Daniel's approach to the No response issue in the PR - presumably folks would check the build before merging. So providing an actionable error message seems like the simplest solution to me. |
Sounds good - I'll leave this open until I do a blitz of editing the 118 issues and turn the warning into a hard error :) |
Describe the bug
https://cyf-curriculum.netlify.app/fundamentals/sprints/1/backlog/ first exercise has "No response" output from issue template
We should edit out any "No response" sections from GitHub issues. In this instance, I edited it in CodeYourFuture/Course-Fundamentals#8 but it doesn't seem to update on the site. Not sure if there's some caching going on we need to flush...
The text was updated successfully, but these errors were encountered: