Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xtyxtyx/thank-action

Open-source Project management action and a Maintainer Must-Have Action.
https://github.com/xtyxtyx/thank-action

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

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 :tada:
- 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`

```javascript
on: [push, pull_request]

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Target README.md
steps:
- name: Github Action Contributor
uses: 8bithemant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

[LICENSE](https://github.com/8bithemant/Thank-Action/blob/master/LICENSE)

##
Thank You All Contributing and Making The Source Open :stars:.
:tada: We did love to see more commits and raised issues by you all :tada:.
:sparkles: To Contribute check the Contribute.md and start making your first PR and Commit's. :sparkles: :tada:



8bithemant


Hemant Joshi