Skip to content

Commit

Permalink
feat: add auto contrib add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Jun 30, 2024
1 parent 8fc00fa commit fdd53c7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*/ @ZigBalthazar
20 changes: 20 additions & 0 deletions .github/workflows/contributers-adder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: add contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
image_size: 50

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ We welcome contributions from the community! If you'd like to contribute, please
## Contributors
- **Zig Balthazar** - [[email protected]](mailto:[email protected])
- **Kayhan Alizadeh** - [[email protected]](mailto:[email protected])
<!-- readme: contributors -start -->
<!-- readme: contributors -end -->
## License
Expand Down

0 comments on commit fdd53c7

Please sign in to comment.