Skip to content

Commit 3213937

Browse files
authored
Add GitHub Actions workflow for contributors list
1 parent f158b11 commit 3213937

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
name: Generate a list of contributors
6+
jobs:
7+
contrib-readme-en-job:
8+
runs-on: ubuntu-latest
9+
name: A job to automate contrib in readme
10+
steps:
11+
- name: Contribute List
12+
uses: akhilmhdh/contributors-readme-action@v2.3.11
13+
with:
14+
image_size: 80
15+
use_username: true
16+
columns_per_row: 8
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.LLaVA_ViT_CONTRIBUTORS }}

0 commit comments

Comments
 (0)