diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 000000000..f3dc95650 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,13 @@ +name: Contributors +on: workflow_dispatch +jobs: + contributors: + runs-on: ubuntu-latest + steps: + - uses: wow-actions/contributors-list@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + svgPath: .github/CONTRIBUTORS.svg + round: true + count: 20 + includeBots: false