Skip to content

Commit 7000e5c

Browse files
authored
Create contributors.yml
1 parent 1b300db commit 7000e5c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/contributors.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Contributors
2+
3+
on:
4+
schedule:
5+
- cron: '0/10 * * * *'
6+
push:
7+
branches:
8+
- main
9+
10+
jobs:
11+
contributors:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: bubkoo/contributors-list@v1
15+
name: contributors-doocs-leetcode
16+
with:
17+
GITHUB_TOKEN: ${{ secrets.PAT }}
18+
repo: doocs/leetcode
19+
svgPath: images/contributors-doocs-leetcode.svg
20+
round: true
21+
includeBots: true

0 commit comments

Comments
 (0)