From 4be017a12eb644001c948af51903ab03e5b167df Mon Sep 17 00:00:00 2001 From: IndieCoderMM Date: Tue, 31 Oct 2023 23:38:15 +0630 Subject: [PATCH] Add all-contributors bot --- .all-contributorsrc | 4 ++++ .github/workflows/contributors.yml | 19 ------------------- README.md | 11 +++++++++-- 3 files changed, 13 insertions(+), 21 deletions(-) create mode 100644 .all-contributorsrc delete mode 100644 .github/workflows/contributors.yml diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..4105f07 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,4 @@ +{ + "projectName": "convoz-chat", + "projectOwner": "IndieCoderMM" +} diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml deleted file mode 100644 index fa075a6..0000000 --- a/.github/workflows/contributors.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Contributors - -on: - push: - branches: - - dev - -jobs: - ContributorsList: - runs-on: ubuntu-latest - name: Adding Contributors List - steps: - - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.6 - with: - commit_message: "Update Contributors List" - auto_detect_branch_protection: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index d8addb5..18603e2 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ [![Stargazers](https://img.shields.io/github/stars/IndieCoderMM/convoz-chat)](https://github.com/IndieCoderMM/convoz-chat/stargazers) [![License](https://img.shields.io/github/license/IndieCoderMM/convoz-chat)](https://github.com/IndieCoderMM/convoz-chat/blob/main/LICENSE) ![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg) +[![All Contributors](https://img.shields.io/github/all-contributors/IndieCoderMM/convoz-chat?color=ee8449&style=flat-square)](#-contributors) > Open-source chat platform with discord-like features built with React, Redux, Vite and Firebase @@ -100,8 +101,14 @@ Please check out our [Contribution Guide](./CONTRIBUTING.md) for more details. ## 🎖️ Contributors - - + + + + + + + + ## 📜 License