mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-22 21:25:00 +02:00
Adds contributor action
This commit is contained in:
parent
61c2cc0b54
commit
4bff0cbc7c
15
.github/workflows/generate-contributors.yml
vendored
Normal file
15
.github/workflows/generate-contributors.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Contributors
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * 0' # At 01:00 on Sunday.
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
contributors:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bubkoo/contributors-list@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
svgPath: CONTRIBUTORS.svg
|
Loading…
x
Reference in New Issue
Block a user