DEV Community

Sai Teja
Sai Teja

Posted on

2 1

Actions Hackathon Journey

So GitHub and Dev have partnered and released the new Github Actions Hackathon where you need to create a Github action that is useful to the open-source community. There are many topics like IoT or Deployments etc. but there is an option (Wacky Wildcards) where you're free to express your own ideas and build a solution.

Idea

So basically my idea is to reward the opensource contributors based on there commits and pull requests.

So the flow goes like this.
whenever an creator opens an open-source project they set rewarding points to the project as a secret and adds this GitHub action into his project. From there on whenever a contributor makes a pull request he is rewarded with those number of points which were set by the creator.

For storing the points I firstly thought of rewarding some cryptocurrency token but it involves the contributor to own a crypto wallet and many other problems. So to tackle this problem I have created a small Node application that keeps track of user and his points and then based on those points he can be rewarded.

This my first online hackathon and I'm excited to see how this works for me.

Contributions are highly encouraged

GitHub logo saitejach127 / ActionsHackathon

Code for Actions Hackathon

ActionsHackathon

Code for Actions Hackathon




AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay