GitHub: Add contributors.yml action (experimental)

This commit is contained in:
Michael Mayer 2022-05-10 20:48:26 +02:00
parent 750d4c5dcb
commit 0af3f60594

22
.github/workflows/contributors.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Contributors
on:
schedule:
- cron: '0 1 * * 0' # At 01:00 on Sunday.
push:
branches:
- develop
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
svgPath: 'assets/static/img/contributors.svg'
svgWidth: 800
avatarSize: 35
avatarMargin: 5
affiliation: 'all'
round: false
sort: true
commitMessage: 'CI: Update contributors.svg'