-
Notifications
You must be signed in to change notification settings - Fork 41
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
New blog post slash command #2531
Comments
It could fit nicely in the collaboration pillar? |
we could use GitHub actions and issue comments to replace some of the templating features. Like slash commands to create a new blog post with some parameters, and it can create the file with the name, and the date in the right place, with some placeholder content to fill out in a new branch and draft pull request. We just need to think about how non-UGRC people could do this or if they could do this. No Portor issues don’t need blog posts they need sgid index entries. |
I like the idea of issue templates + github actions that respond to slash commands in comments. The only bummer would be that as a user, I could create the issue but then I would have to wait for one of us to approve it before I can start working on the content. Why not just create the branch and draft PR when the issue is created? That seems like a relatively cheap operation. If it starts to become abused then we could work in checks like validating that the user who opened the issue is part of a specific team. |
Works for me! We need an external user story but that can come later |
internal story is complete. |
https://github.com/agrc/templater should be migrated to match the new architecture.
It should also just become a page within the website rather than a separate project.
The text was updated successfully, but these errors were encountered: