From 2f9a17c6e0aeb4815bc8e24e367143061ccaa8f1 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Wed, 18 Jun 2025 05:38:38 +0400 Subject: [PATCH] docs: automatically add contributors to readme --- .github/workflows/contributors.yml | 17 +++++++++++++++++ .vscode/settings.json | 1 + README.md | 5 +++++ 3 files changed, 23 insertions(+) create mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 0000000..3d9468f --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,17 @@ +on: + push: + branches: + - main + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: Automatically update the contributors list in the README + permissions: + contents: write + pull-requests: write + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@1ff4c56187458b34cd602aee93e897344ce34bfc #v2.3.10 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.vscode/settings.json b/.vscode/settings.json index 7835781..99ec5ba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "cSpell.words": [ "ahooks", + "akhilmhdh", "appimage", "appindicator", "applescript", diff --git a/README.md b/README.md index c01c74a..2918169 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,11 @@ Have questions or want to contribute? We'd love to hear from you! +## Contributors + + + + ## Contact Have an urgent question or want to report a security vulnerability? Send an email to contact at donutbrowser dot com and we'll get back to you as fast as possible.