Skip to content

Commit f857ccb

Browse files
author
Your Name
committed
add contributors action
1 parent 2be6176 commit f857ccb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/main.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
jobs:
7+
contrib-readme-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.6
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ If you find our paper and code useful in your research, please consider giving a
4646

4747

4848
## ✊ Contributors
49-
49+
<!-- readme: contributors -start -->
50+
<!-- readme: contributors -end -->
5051

0 commit comments

Comments
 (0)