Skip to content

Commit 5203289

Browse files
committed
Docs: add Contributors part
1 parent b9e81c9 commit 5203289

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
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: Automate contrib in readme
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
steps:
14+
- name: Contribute List
15+
uses: akhilmhdh/contributors-readme-action@v2.3.10
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@ or [pull request](https://github.com/baronha/react-native-multiple-image-picker/
210210

211211
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
212212

213+
## Contributors ✨
214+
215+
Thanks go to these wonderful people:
216+
217+
<!-- readme: collaborators,contributors -start -->
218+
<!-- readme: collaborators,contributors -end -->
219+
213220
## License
214221

215222
MIT

0 commit comments

Comments
 (0)