Skip to content

Commit c0091f9

Browse files
committed
Auto-update contributions
1 parent b83f3e2 commit c0091f9

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

.github/workflows/contributors.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
jobs:
7+
contrib-readme-job:
8+
runs-on: ubuntu-latest
9+
name: A job to automate contrib in readme
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
steps:
14+
- name: Contribute List
15+
uses: akhilmhdh/[email protected]
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,5 @@ Many people have contributed to the project since its inception.
131131

132132
Thanks to:
133133

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

0 commit comments

Comments
 (0)