Skip to content

Commit

Permalink
ci: add contributors ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate1999 committed Aug 23, 2022
1 parent 4c406fd commit 53d14c3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Contributors
on:
schedule:
- cron: '0 14 * * 0' # At 01:00 on Sunday.
push:
branches:
- master
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
svgPath: CONTRIBUTORS.svg
round: true

0 comments on commit 53d14c3

Please sign in to comment.