Skip to content

Commit

Permalink
Auto-update contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jan 10, 2025
1 parent b83f3e2 commit c0091f9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,5 @@ Many people have contributed to the project since its inception.

Thanks to:

- [Daniel Stainback](https://github.com/Torann) (creator of the original package)
- [Dwight Watson](https://github.com/dwightwatson)
- [nikkiii](https://github.com/nikkiii)
- [jeffhennis](https://github.com/jeffhennis)
- [max-kovpak](https://github.com/max-kovpak)
- [dotpack](https://github.com/dotpack)
- [Jess Archer](https://github.com/jessarcher)
<!-- readme: contributors -start -->
<!-- readme: contributors -end -->

0 comments on commit c0091f9

Please sign in to comment.