Add contributors workflow

This commit is contained in:
Cohee 2024-09-15 14:29:54 +03:00
parent b89bb6fee7
commit 7e9fcdaa21
1 changed files with 13 additions and 0 deletions

13
.github/workflows/contributors.yml vendored Normal file
View File

@ -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