mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-27 14:01:12 +00:00
Contributors list automated
This commit is contained in:
parent
7a91d8527e
commit
7938481a36
14
.github/workflows/contributors.yml
vendored
Normal file
14
.github/workflows/contributors.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
contrib-readme-job:
|
||||
runs-on: ubuntu-latest
|
||||
name: A job to automate contrib in readme
|
||||
steps:
|
||||
- name: Contribute List
|
||||
uses: akhilmhdh/contributors-readme-action@v2.3.6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -39,3 +39,8 @@ You can contribute by adding new scripts, improving current scripts or Documenta
|
|||
- [x] Pull latest change from upstream branch before starting the changing code.
|
||||
- [x] Add your file in proper folder(lowercase) with README.md in it. Add requirements.txt if needed.
|
||||
- [x] Please use flake8 linting in your code (See below to check flake8 linting)
|
||||
|
||||
# Contributors 💪😎
|
||||
Thanks a lot for spending your time helping! Keep rocking 🍻
|
||||
<!-- readme: contributors -start -->
|
||||
<!-- readme: contributors -end -->
|
Loading…
Reference in New Issue
Block a user