-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: #3310 Automatically Update Contributor List with github actions #3312
Conversation
so you see the github action automatically create and update data of the table inside readme file whenever someone pushes onto |
Thanks, looks nice and automatic. Just one question: Thus I would suggest to only run on a release. This is possible when you add it to https://github.com/jomjol/AI-on-the-edge-device/blob/main/.github/workflows/build.yaml#L274 instead to the main.yml Also, can you add a comment above |
* 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>
I adapted my change requests directly in #3317 Thanks for your contribution! |
Fixes: #3310
Overview
This pull request introduces a GitHub Action workflow that automatically updates the contributor names in the README file whenever a new commit is pushed to the main branch.
Changes Made
main.yml
has been added under.github/workflows/
.README.md
file under a new "Contributors" section. Here is the relevant section of the code:Screenshot