Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xtyxtyx/thank-action
- Owner: xtyxtyx
- License: mit
- Created: 2021-01-02T01:22:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T03:12:50.000Z (about 4 years ago)
- Last Synced: 2023-08-14T03:04:55.127Z (about 1 year ago)
- Homepage: https://github.com/8bithemant/Thank-Action
- Size: 995 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Automate Your README to Honour Contributors.
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: