Add contributors workflow

7e9fcdaa213768ec4b7354f3405fba8da1e977e5

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +13 -0Ignore whitespace
.github/workflows/contributors.yml+13 -0
@@ -0,0 +1,13 @@
1name: Contributors
2on: workflow_dispatch
3jobs:
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