xtyxtyx / Thank-Action

Open-source Project management action and a Maintainer Must-Have Action.

Home Page:https://github.com/8bithemant/Thank-Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate Your README to Honour Contributors.

heart

Thank You for being a open source contributor, we do appreciate your efforts for making Open Source Awesome.

Made With and

Initial Setup:

  • Create a new Folder .github in your root directory

  • Create a Empty folder workflows inside .github folder

  • Final πŸŽ‰

    • Create a new file action.yml

The new structure will look like:

.github/workflows/action.yml

The final step of initialization is add the following code to

action.yml

    on: [push, pull_request]

    jobs:
         contrib-readme-job:
         runs-on: ubuntu-latest
     name: Target README.md
     steps:
         - name: Github Action Contributor
           uses: 8bithemant/Thank-Action@v.03
           env:
             GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

LICENSE


Thank You All Contributing and Making The Source Open 🌠.

πŸŽ‰ We did love to see more commits and raised issues by you all πŸŽ‰. ✨ To Contribute check the Contribute.md and start making your first PR and Commit's. ✨ πŸŽ‰

8bithemant
Hemant Joshi

About

Open-source Project management action and a Maintainer Must-Have Action.

https://github.com/8bithemant/Thank-Action

License:MIT License


Languages

Language:JavaScript 100.0%