<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sai Teja</title>
    <description>The latest articles on DEV Community by Sai Teja (@saitejach127).</description>
    <link>https://dev.to/saitejach127</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F422764%2F860069d0-9b9e-48c1-b295-dc3a3fa5e837.png</url>
      <title>DEV Community: Sai Teja</title>
      <link>https://dev.to/saitejach127</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saitejach127"/>
    <language>en</language>
    <item>
      <title>Rewarding Github Action</title>
      <dc:creator>Sai Teja</dc:creator>
      <pubDate>Tue, 25 Aug 2020 16:19:05 +0000</pubDate>
      <link>https://dev.to/saitejach127/rewarding-github-action-3f5o</link>
      <guid>https://dev.to/saitejach127/rewarding-github-action-3f5o</guid>
      <description>&lt;h3&gt;
  
  
  My Workflow
&lt;/h3&gt;

&lt;p&gt;There are many open source contributors who are not getting rewarded and working really hard&lt;br&gt;
Creators of the project have to just include a step to there existing Github actions for rewarding their contributors. Whenever the creator includes this action, when there is a contributor making either a push to master or pull_request the actions detect the commits and rewards contributors based on their number of commits. The points scored by the contributors can be adjusted as a secret to the project by the owner. These are kept track on a server at &lt;a href="https://reward-keeper.herokuapp.com/user/your-username"&gt;here&lt;/a&gt;&lt;br&gt;
Now anyone who wants to reward the contributors can see the contribution made by the user and reward them according to there points. This can also act as a metric to how much the user has contributed to open source. Hence this will really be helpful to the contributors.&lt;/p&gt;

&lt;p&gt;Repo level rewarding is also added so that organizations conducting competitions can reward users based on commits to the repo. This can be found &lt;a href="https://reward-keeper.herokuapp.com/repo/username_repoName"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Wacky Wildcards&lt;/p&gt;
&lt;h3&gt;
  
  
  Yaml File or Link to Code
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/saitejach127"&gt;
        saitejach127
      &lt;/a&gt; / &lt;a href="https://github.com/saitejach127/rewards"&gt;
        rewards
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A Github Action to reward the contributors
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Rewards&lt;/h1&gt;
&lt;p&gt;This action rewards the opensource contributors based on there commits&lt;/p&gt;
&lt;h3&gt;
no inputs and outputs&lt;/h3&gt;
&lt;p&gt;To check the points by repo level Goto &lt;a href="https://reward-keeper.herokuapp.com/repo/username_repoName" rel="nofollow"&gt;https://reward-keeper.herokuapp.com/repo/username_repoName&lt;/a&gt; &lt;br&gt;
To check the points gained by a particular user Goto &lt;a href="https://reward-keeper.herokuapp.com/user/username" rel="nofollow"&gt;https://reward-keeper.herokuapp.com/user/username&lt;/a&gt; &lt;br&gt;&lt;/p&gt;
&lt;h2&gt;
Example usage&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;uses : saitejach127/rewards@v2&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/saitejach127/rewards"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;p&gt;The server used to keep track of points &lt;a href="https://reward-keeper.herokuapp.com"&gt;live&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/saitejach127"&gt;
        saitejach127
      &lt;/a&gt; / &lt;a href="https://github.com/saitejach127/ActionsHackathon"&gt;
        ActionsHackathon
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Code for Actions Hackathon
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
ActionsHackathon&lt;/h1&gt;
&lt;p&gt;Code for Reward keeping points of Contributors&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/saitejach127/ActionsHackathon"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>actionshackathon</category>
    </item>
    <item>
      <title>Actions Hackathon Journey</title>
      <dc:creator>Sai Teja</dc:creator>
      <pubDate>Mon, 24 Aug 2020 14:20:48 +0000</pubDate>
      <link>https://dev.to/saitejach127/actions-hackathon-journey-59fo</link>
      <guid>https://dev.to/saitejach127/actions-hackathon-journey-59fo</guid>
      <description>&lt;p&gt;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. &lt;/p&gt;

&lt;h3&gt;
  
  
  Idea
&lt;/h3&gt;

&lt;p&gt;So basically my idea is to reward the opensource contributors based on there commits and pull requests.&lt;/p&gt;

&lt;p&gt;So the flow goes like this.&lt;br&gt;
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. &lt;/p&gt;

&lt;p&gt;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. &lt;/p&gt;

&lt;p&gt;This my first online hackathon and I'm excited to see how this works for me. &lt;/p&gt;

&lt;p&gt;Contributions are highly encouraged&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/saitejach127"&gt;
        saitejach127
      &lt;/a&gt; / &lt;a href="https://github.com/saitejach127/ActionsHackathon"&gt;
        ActionsHackathon
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Code for Actions Hackathon
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
ActionsHackathon&lt;/h1&gt;
&lt;p&gt;Code for Actions Hackathon&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/saitejach127/ActionsHackathon"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>actionshackathon</category>
      <category>github</category>
      <category>reward</category>
      <category>githubactions</category>
    </item>
  </channel>
</rss>
