diff --git a/.github/workflows/generate-contributors.yml b/.github/workflows/generate-contributors.yml new file mode 100644 index 00000000..7eaecd31 --- /dev/null +++ b/.github/workflows/generate-contributors.yml @@ -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