Add contributors workflow
| @@ -0,0 +1,13 @@ | ||
| 1 | +name: Contributors | |
| 2 | +on: workflow_dispatch | |
| 3 | +jobs: | |
| 4 | + contributors: | |
| 5 | + runs-on: ubuntu-latest | |
| 6 | + steps: | |
| 7 | + - uses: wow-actions/contributors-list@v1 | |
| 8 | + with: | |
| 9 | + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| 10 | + svgPath: .github/CONTRIBUTORS.svg | |
| 11 | + round: true | |
| 12 | + count: 20 | |
| 13 | + includeBots: false | |