Adds contributor action
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user