diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a6de09b3d..bb7164cb0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -371,6 +371,28 @@ jobs: # git push origin HEAD:master +######################################################################################### +## Update Contriibutors List in readme +######################################################################################### + contrib-readme-job: + if: github.event_name == 'release' && github.event.action == 'published' # Only run on release but not on prerelease + needs: [release] + 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 }} + + ######################################################################################### ## Update the Web Installer on a release ######################################################################################### diff --git a/README.md b/README.md index 8a471c3ac..2ee8e5c7e 100644 --- a/README.md +++ b/README.md @@ -106,3 +106,10 @@ 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 ❤️ + + +