DEV Community

Cover image for Join Us for the 2021 GitHub Actions Hackathon on DEV!
Gracie Gregory (she/her) for The DEV Team

Posted on

Join Us for the 2021 GitHub Actions Hackathon on DEV!

For the second year in a row, GitHub will be hosting the "GitHub Actions Hackathon" right here on DEV!

From now until December 8th, GitHub is offering an unmissable opportunity to utilize GitHub Actions to benefit open source in exchange for prizes. All participants will need to share a DEV post detailing how they created their amazing workflow with GitHub Actions. We can't wait to see what you create!

Read on for more details about GitHub Actions and how you can join the hackathon.

What Are GitHub Actions?

GitHub Actions are individual tasks that allow you to automate and customize your software development workflows. Actions are located in the same place you store code, collaborate with peers, solve issues, and ship open source software — GitHub!

For this year’s hackathon, we’re encouraging participants to utilize existing GitHub Actions to create workflows that make sense in the real world. While you are free to create a new Action, the emphasis of this contest is to create practical and interesting solutions other developers can utilize to solve problems with open source. We hope you’ll walk away with a greater understanding of the value of GitHub Actions — for you and the open source community.

We’re excited to see how you approach this challenge. More on GitHub Actions here.

Categories

The GitHub Actions Hackathon is calling for projects in these categories:

  • Maintainer Must-Haves: make the lives of open source maintainers easier.
  • DIY Deployments: improve the deployment process for open source projects.
  • Interesting IoT: cool projects that integrate with IoT
  • Phone Friendly: workflows built for Mobile (PWA readiness, iOS/Android)
  • Wacky Wildcards: anything that doesn’t fit in the above category (note, truly wacky submissions are encouraged)

Why Participate?

Following the momentum of Hacktoberfest last month, we wanted to emphasize GitHub Actions are a perfect open source access point. They allow you to create helpful and logical workflows for your everyday life.

We also think the prizes on offer make for a pretty compelling case to participate in the GitHub Actions Hackathon 2021 😉

Prizes

5 Grand Prize Winners (one in each category):

  • $1,500 USD gift card or equivalent
  • $300 USD credit to the DEV Shop
  • GitHub Swag Pack
  • DEV Sticker Pack
  • DEV “Actions Hackathon 2021” grand prize winner badge

Runner-Up Prizes (10 Total):

  • $250 USD gift card or equivalent
  • $150 USD credit to the DEV Shop
  • GitHub Swag Pack
  • DEV Sticker Pack
  • DEV “Actions Hackathon 2021” runner-up badge

Participants (with a valid project):

  • DEV Sticker Pack
  • DEV “Actions Hackathon 2021” participant profile badge

How to Participate

There’s already a robust library of GitHub Actions. So, for the 2021 version of this hackathon, we are challenging you to submit workflows by leveraging existing actions. That said, you are free to create custom actions if necessary.

In order to submit a valid project, please follow the submission process, and rules below...

How To Submit

  • Document your project journey along the way with the #ActionsHackathon21 tag.
  • Submit your project as a DEV post by filling out this template to share your workflow/s (.yml) and/or code repository.
  • Please make sure the project links to the appropriate GitHub Actions repository, and includes an open source license and README.

Additional Rules

NO PURCHASE NECESSARY. Open only to 18+. Contest entry period ends December 8, 2021 at 11:59 pm PT. Contest is void where prohibited, or restricted by law or regulation. For Official Rules, see Contest Announcement Page and General Contest Official Rules.

Community Support

The GitHub team will be available to help anyone who runs into issues, or has questions related to GitHub Actions or the hackathon in general. You can reach the GitHub team by leaving a comment in the GitHub Actions Hackathon help thread.

We also have a community update thread where you can share your ideas, and gather feedback on your submission. You can use this thread to share your progress, generate community excitement, and get feedback from the community.

Important Dates 🗓

  • November 8, 2021: Hackathon Begins!
  • December 8, 2021: Hackathon Submission Due at 11:59 PM PST.
  • December 17, 2021: Hackathon Winners Announced

Have fun with this challenge from our friends at GitHub!

Latest comments (80)

Collapse
 
santhoshs20 profile image
Santhosh S

is this contest ended?

Collapse
 
rushannotofficial profile image
Rushan S J

Dang, just saw its 18+

Collapse
 
cerchie profile image
Lucia Cerchie
Collapse
 
zachjonesnoel profile image
Jones Zachariah Noel
Collapse
 
8225664 profile image
Id::8225664

Wattana Raksaphon

Collapse
 
lirantal profile image
Liran Tal

Sounds like a ton of fun. I'm in! 🙌

Collapse
 
cardoso81priscila profile image
Priscila Cardoso do Nascimento

Eu Vou Poder Deixar Bem Clara a Esta Mensagem Via Meu Único Meio de Contato E-Mail Pessoal cardoso81priscila@gmail.com Dando Pros Todos Os Meus Amigos Via Dev e Poder Pedir Também Online Pra Todos Eles Também Online Via Dev Podem Entrarem Em Contato Comigo Só no Meu Único Meio de Contato E-Mail Pessoal cardoso81priscila@gmail.com
Que Acontecerá Nesta 6a Feira,03/12/2021,às:10:00(Os Todos Os Fusos Horários Daqui de Todo o Brasil e de Todo o Mundo) Aí Nos Todos Os Sites Empresas de Todos Eles Exclusivamente Aqui Neste Meu Celular LG K8+ Android Preto
(Celular LG K8+ Android Preto de Priscila Cardoso do Nascimento).

Collapse
 
tkirtan profile image
Kirtan Kushwah

Will be participating :)

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

Woot woot!! 🎉

Collapse
 
robertobutti profile image
Roberto B.

A new way to build GitHub Actions Workflow files.
Maghic.

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

Thanks for efforts of everyone.

Collapse
 
robertobutti profile image
Roberto B.

I'm building Maghic!
It is a Swiss army knife for GitHub Actions Workflow dev.to/robertobutti/maghic-a-swiss...

Collapse
 
devstar234 profile image
DevStar234

Hello, everyone.
I have joined just now.
I want to learn more and more from you.

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.

GitHub Actions Workflow creator as code

GitHub Actions Helper

Collapse
 
zt4ff_1 profile image
Kayode

when you say wacky, can it be a odd fun project rather than solving real world problems?

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

Exactly right!

Some comments may only be visible to logged-in visitors. Sign in to view all comments.