-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Force creation of GitHub Actions CI workflow #1249
Conversation
I noticed this after generating a new application after merging a bunch of Rails 8.0 support PRs in. I don't know if there's actually a better way to approach this, or if there's a way we can test for it? Thoughts welcome! We do no longer have any |
9d15cda
to
2fe319f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Just one minor comment worth considering, but not blocking.
756c4a8
to
76dc99e
Compare
@nickcharlton I'm just now realizing we haven't been updating |
Oh yeah, we've not. I'm not sure what we usually do here, but I typically fill out a CHANGELOG when I cut a new release. |
Since we switched to using
.yml
for YAML files in #1246, generating the CI config would clash and request the user intervene. We force the template to overwrite instead.Completes #1243.