From c15b3f830c795d43542cc4a196e2b6e813141288 Mon Sep 17 00:00:00 2001 From: tuanngocptn Date: Wed, 15 May 2024 16:02:29 +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 99dcb03..36639f0 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,13 @@ We're trying to improve performance. If you have a better solution, please open 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 7653d6d045b519b1e709d8979401145ec2b7ddc5 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:02:51 +0000 Subject: [PATCH 2/2] docs(contributor): contrib-readme-action has updated readme --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 36639f0..0187ad6 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,40 @@ 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à. +
+
+ + 4cc3ssX +
+ Ryam +
+
+ + Acetyld +
+ Dion Grendelman +
+
## License