Remove contributors workflow

This commit is contained in:
Cohee 2024-09-15 15:18:00 +03:00
parent 82da4598ca
commit 64e38eb8d1
2 changed files with 0 additions and 76 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.2 MiB

View File

@ -1,13 +0,0 @@
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