Merge branch 'main' into dev
This commit is contained in:
commit
dc9208f4d5
14
.github/workflows/reademe-contributors
vendored
Normal file
14
.github/workflows/reademe-contributors
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
name: Generate a list of contributors
|
||||||
|
jobs:
|
||||||
|
contrib-readme-en-job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: A job to automate contrib in readme
|
||||||
|
steps:
|
||||||
|
- name: Contribute List
|
||||||
|
uses: akhilmhdh/contributors-readme-action@v2.3.4
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
|
@ -4,3 +4,5 @@
|
|||||||
## 🌟 Contributors
|
## 🌟 Contributors
|
||||||
|
|
||||||
[![EmoLLM contributors](https://contrib.rocks/image?repo=aJupyter/EmoLLM&max=2000)](https://github.com/aJupyter/EmoLLM/graphs/contributors)
|
[![EmoLLM contributors](https://contrib.rocks/image?repo=aJupyter/EmoLLM&max=2000)](https://github.com/aJupyter/EmoLLM/graphs/contributors)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user