XFFXFF commited on
Commit
e45093b
2 Parent(s): 1976b76 5250cfb

Merge pull request #79 from neon-mmd/contributors-list-automation-ci

Browse files
Files changed (1) hide show
  1. .github/workflows/contributors.yml +16 -0
.github/workflows/contributors.yml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Contributors
2
+ on:
3
+ schedule:
4
+ - cron: '0 1 * * *' # At 01:00 on every day.
5
+ push:
6
+ branches:
7
+ - rolling
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
+ round: true
16
+ svgPath: ../../images/contributors_list.svg