mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-17 13:08:40 +03:00
Add contributor list (#3317)
* 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> * Update build.yaml * docs(contributor): contrib-readme-action has updated readme * Delete .github/workflows/main.yml * Update README.md * docs(contributor): contrib-readme-action has updated readme * Update README.md * docs(contributor): contrib-readme-action has updated readme * Update build.yaml * Update README.md --------- Co-authored-by: Ayush Jhawar <111112495+Ayushjhawar8@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
22
.github/workflows/build.yaml
vendored
22
.github/workflows/build.yaml
vendored
@@ -371,6 +371,28 @@ jobs:
|
|||||||
# git push origin HEAD:master
|
# 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
|
## Update the Web Installer on a release
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
|||||||
@@ -106,3 +106,10 @@ See [Build Instructions](code/README.md).
|
|||||||
## Additional Ideas
|
## 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.
|
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).
|
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 ❤️
|
||||||
|
<!-- Autogenerated table, do not manually update!
|
||||||
|
It gets automatically updated on the next release.
|
||||||
|
See https://github.com/marketplace/actions/contribute-list -->
|
||||||
|
<!-- readme: contributors -start -->
|
||||||
|
<!-- readme: contributors -end -->
|
||||||
|
|||||||
Reference in New Issue
Block a user