DEV Community

Cover image for Share your GitHub Actions Hackathon 2021 Updates!
dev.to staff for The DEV Team

Posted on

Share your GitHub Actions Hackathon 2021 Updates!

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!

Oldest comments (38)

Collapse
 
romaixn profile image
Romain

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-...

Collapse
 
michaeltharrington profile image
Michael Tharrington

Very cool! Thanks for sharing this. 🙌

Collapse
 
techwatching profile image
Alexandre Nédélec

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.

Collapse
 
_stefanzweifel profile image
Stefan Zweifel

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. 🤓

Collapse
 
niradler profile image
Nir Adler

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 :)

Collapse
 
niradler profile image
Nir Adler

published the post : dev.to/niradler/policyer-action-2bhb
if anyone want to share a feedback or even grammar inspection :)

Collapse
 
andreagriffiths11 profile image
Andrea Liliana Griffiths

Shouting you all out! Keep up the great work! twitter.com/GitHubCommunity/status...

Collapse
 
anush_krishna_v profile image
anush krishna

My team built an action a few months ago can we submit that ? We tested it out at an event and maintainers loved it

Collapse
 
corpcubite profile image
Cubite

We worked on automating Open edX deployments by Using GitHub Actions dev.to/corpcubite/how-to-automate-...

Collapse
 
boredom101 profile image
boredom101

I am working on GitHub Actions Workflows to automate KiCad collaboration, using the KiBot action.

Collapse
 
martinpham profile image
Martin Pham

I've shared our Workflow to work for Blockchain development dev.to/martinpham/building-the-per...

Hope it'd be useful!

Collapse
 
suvraneel profile image
Suvraneel Bhuin • Edited

Just posted my submission for #actionhackathon21

Its a collection of tweaked customized versions of existing workflows from the marketplace that I've been using in a BIG opensource repository with 6000+ contributors, 1k stars & 1.7k forks.
It makes moderation convenient, less chaotic & project management way more smooth...

"More power to the contributors, even more power to the maintainers"

Check it out here

Auto-Assign-Labeler+Contributor

Feel free to leave your feedback/reactions/suggestions to additional features there...
💖 Thanks 🤍

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

This is really awesome!

Collapse
 
chefgs profile image
Saravanan Gnanaguru • Edited

Hi everyone,

  • I've just published a blog describing my submission for #actionshackathon21.
  • Created a github action workflow for performing Go continuous integration, here is link to Github Repo

Please share feedback :)

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

👏

Collapse
 
chefgs profile image
Saravanan Gnanaguru

Thank you @graciegregory

Collapse
 
arndom profile image
Nabil Alamin • Edited

Hello I submitted my first ever github action; its creates an octocat styled with your most used language in your repos and can be displayed in your README. Have a look: preview
submission
workflow

Collapse
 
robertobutti profile image
Roberto B.

Building your workflow via code.

$yaml=\App\Objects\YamlObject::make()
        ->setName("My Test Name")
        ->setOnPushDefaultBranches()
        ->addMysqlService()
        ->addMatrixOsUbuntuLatest()
        ->toString();
Enter fullscreen mode Exit fullscreen mode

dev.to/robertobutti/maghic-a-swiss...

Collapse
 
zwacky profile image
Simon Wicki

Hey all, I've been working on an action that automatically updates the Twitter header with my last published blog posts—and it finally works! 🥲🚀

Wrote about the action and workflow in this post 🙌

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

SO awesome!

Collapse
 
jsoref profile image
Josh Soref

I'm working on a write-up of how check-spelling can help projects large and small.

dev.to/jsoref/add-check-spelling-t...

feedback is welcome