From 5203289a27278d0c527cb15ba166bd4e0d44a0b0 Mon Sep 17 00:00:00 2001 From: tuanngocptn Date: Wed, 15 May 2024 16:13:28 +0700 Subject: [PATCH 1/2] Docs: add Contributors part --- .github/workflows/contribute-list.yml | 17 +++++++++++++++++ README.md | 7 +++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/workflows/contribute-list.yml diff --git a/.github/workflows/contribute-list.yml b/.github/workflows/contribute-list.yml new file mode 100644 index 0000000..3686fa2 --- /dev/null +++ b/.github/workflows/contribute-list.yml @@ -0,0 +1,17 @@ +on: + push: + branches: + - main + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: Automate contrib in readme + permissions: + contents: write + pull-requests: write + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.10 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 91eed1b..154f499 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,13 @@ or [pull request](https://github.com/baronha/react-native-multiple-image-picker/ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. +## Contributors ✨ + +Thanks go to these wonderful people: + + + + ## License MIT From df5b165c1220ffbe646bea669fe7e9b577c2b7ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 09:13:54 +0000 Subject: [PATCH 2/2] docs(contributor): contrib-readme-action has updated readme --- README.md | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) diff --git a/README.md b/README.md index 154f499..447c4fc 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,98 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the Thanks go to these wonderful people: + + + + + + + + + + + + + + + + + + + +
+ + tuanngocptn +
+ Nick - Ngoc Pham +
+
+ + baronha +
+ Bảo Hà. +
+
+ + itsnyx +
+ Alireza +
+
+ + pnthach95 +
+ Phạm Ngọc Thạch +
+
+ + crockalet +
+ crockalet +
+
+ + denisbevilacqua +
+ Denis Bevilacqua +
+
+ + ctrleffive +
+ Chandu J S +
+
+ + rxdsrex +
+ Rajnarayan Dutta +
+
+ + vivianlys90 +
+ vivianLee +
+
+ + ymane +
+ Yogesh Mane +
+
+ + cd-butterfly +
+ cd-butterfly +
+
+ + hieuphan1030 +
+ hieuphan1030 +
+
## License