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!

Latest comments (38)

Collapse
 
paulasantamaria profile image
Paula Santamaría

Hi! Just here to share my project :)

Using GitHub Actions to turn contributors into heros of my open source game

I used GitHub's API to get the info from each PR after it's merged. Then the workflow generates a file with the contributors avatar, username, etc. This file is included in the game before the build. Then it's all build and deployed to GitHub Pages!

The workflow also keeps an archive with all previous contributions so you can see yours even after a new PR is merged.

I had so much fun with this :D

Collapse
 
trsvchn profile image
Taras Savchyn
Collapse
 
ken_mwaura1 profile image
Zoo Codes

My submission on Django workflow is now live here: dev.to/ken_mwaura1/beginners-guide.... feedback welcome.

Collapse
 
oz9un profile image
oz9un

Hey everyone 👋 How about having your favorite song on the collaborative playlist of all developers?

All you need is a simple issue on the Developers' Playlist repository:

GitHub logo oz9un / Developers-Playlist

A drop of musical taste from every contributor... Welcome to the developer's collaborative playlist.

Developers' Playlist \(📀_💿)/

A drop of musical taste from every contributor... Welcome to the developers' collaborative playlist.

Playlist link: Developers' Collaborative Playlist

Description🤖:

The same algorithm can be written differently by each developer. The developer's code style becomes their signature.


Coding is an art, so what do artists listen to while performing this art?

The Developer's Playlist analyzes opened issues on this repository using GitHub Actions and collects developers' favorite songs into a collaborative playlist.

Usage📖:

  • Open an issue with title 'song request' ( 'Song request' and 'Song Request' also works right now.)
  • Write your favorite track to issue's body in format: "artist-song". ( If there is a dash "-" in the artist or song title, please use space instead for now. )
  • Wait for the Github Action Bot's response
  • Enjoy the developers' collaborative playlist!
  • You…

Check my submission for Github Actions Hackathon 21:

Collapse
 
cerchie profile image
Lucia Cerchie
Collapse
 
zachjonesnoel profile image
Jones Zachariah Noel
Collapse
 
bytrangle profile image
Trang Le

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.

screenshot

Hope this will make your open source management a little bit easier.

Collapse
 
shehab7osny profile image
Shehab Hosny • Edited
Collapse
 
nspired profile image
Byte Sized

Hey everyone! Our Github Action helps to surface more detailed errors to improve development time! 🤩

Check it out: github.com/nspired-tech/hackathon-...

Collapse
 
rob_bos profile image
Rob Bos

Just shared how we’ve set up an internal marketplace for using GitHub Actions:

dev.to/rob_bos/internal-github-act...

Collapse
 
cian911 profile image
Cian Gallagher

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 😉

Collapse
 
sturlabragason profile image
sturlabragason

Hey I've made an action that at at least i find very useful 🙂 It's called terraform_state_artifact and stores your Terraform statefile as an encrypted GitHub workflow artifact 🚀

Collapse
 
lirantal profile image
Liran Tal

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 🚀

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

Nice work!

Collapse
 
lirantal profile image
Liran Tal

thank you Gracie :)

Collapse
 
brob profile image
Bryan Robinson

This hackathon was a ton of fun. We put together a blog post on what/how we wrote our submission: dev.to/algolia/building-a-github-i...

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

So glad you enjoyed the experience!

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