Skip to content

Commit 53d14c3

Browse files
committed
ci: add contributors ci
1 parent 4c406fd commit 53d14c3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/contributors.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Contributors
2+
on:
3+
schedule:
4+
- cron: '0 14 * * 0' # At 01:00 on Sunday.
5+
push:
6+
branches:
7+
- master
8+
jobs:
9+
contributors:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: wow-actions/contributors-list@v1
13+
with:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
svgPath: CONTRIBUTORS.svg
16+
round: true

0 commit comments

Comments
 (0)