Weβd love to know what youβre building and how things are going throughout the GitHub Actions Hackathon 2021 on DEV.
Please use this thread for sharing ideas, gathering feedback, and to get to know other participants in the hackathon!
If you have a big update or just worked through a tough problem, we encourage you to publish a standalone post. Just be sure to add the #actionshackathon21 tag so we can easily find it.
If you need help with a specific problem, check out the help thread where members of the DEV and GitHub teams are standing by to answer your questions.
Have a happy hackathon!
Top comments (38)
Hi, I`m working on Github action to validate github sdk calls/events, simple example is to validate PR title, validate reviewers, files etc.
github.com/niradler/policyer-github
feedback is welcome :)
published the post : dev.to/niradler/policyer-action-2bhb
if anyone want to share a feedback or even grammar inspection :)
Just posted my submission for the hackathon: Workflow to keep CHANGELOG up-to-date with Release Notes
Let me know what you think about this. π€
I have just posted about a workflow I made: Automatically upgrade your package on winget with GitHub Actions. I hope it can be useful to others.
Hello everyone! I posted about a Github Action on Symfony 5 and PHPUnit and so much more. Feedback appreciated :)
Link: dev.to/romaixn/github-actions-for-...
Very cool! Thanks for sharing this. π
Hi everyone,
Please share feedback :)
π
Thank you @graciegregory
Shouting you all out! Keep up the great work! twitter.com/GitHubCommunity/status...
Hi everyone! π
Amazing to see so many ideas from the community.
Personally, I went for the Maintainers Must Haves category with workflows that use a recipe to help out maintainers triage and work with external contributions, see it here: dev.to/lirantal/the-maintainers-ci...
I learned quite a bunch of things about GitHub Actions myself, and definitely new workflows that I'm going to adopt for my own open source repositories.
Goodluck everyone and keep on posting your ideas π
Nice work!
thank you Gracie :)
Hello! Just submitted my project GitHub Actions Workflow for Ultimate Laziness
Give it a check, you won't regret it π
GitHub Actions Workflow for Ultimate Laziness
Shehab Hosny γ» Dec 4 γ» 10 min read
What do you do with issues with dozens of comments? Close it or convert it to discussion?
I don't have an advice, but I've made an action to grab the most reacted comments in a long-winded issue, turn them into clickable elements, then insert them into the issue body.
Hope this will make your open source management a little bit easier.
Hi all! I'm working on a GitHub action to bulk merge/approve GitHub pull requests (depending on a valid set of status checks) I'd love any and all feedback π
Bulk merge & Approve Github Pull Requests with the Gomerge github action!
Cian Gallagher γ» Nov 26 γ» 2 min read