From ecf59270dc8d1021268b8c4aa28189f7d463aee5 Mon Sep 17 00:00:00 2001 From: Ayush Jhawar <111112495+Ayushjhawar8@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:45:52 +0530 Subject: [PATCH] feat: #3310 Automatically Update Contributor List (#3312) * Create main.yml * Update README.md * docs(contributor): contrib-readme-action has updated readme * Update main.yml * docs(contributor): contrib-readme-action has updated readme --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 21 ++ README.md | 387 +++++++++++++++++++++++++++++++++++++ 2 files changed, 408 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..8a1b4a6e9 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,21 @@ +on: + push: + branches: + - main + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + permissions: + contents: write + pull-requests: write + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.10 + with: + image_size: 50 + use_username: true + columns_per_row: 8 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 8a471c3ac..48e8b0cee 100644 --- a/README.md +++ b/README.md @@ -106,3 +106,390 @@ See [Build Instructions](code/README.md). ## Additional Ideas There are some ideas and feature requests which are not currently being pursued – mainly due to capacity reasons on the part of the developers. They features are collected in the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues) and in [FeatureRequest.md](FeatureRequest.md). + +## Our Contributors ❤️ + + +