mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add contributors workflow
This commit is contained in:
13
.github/workflows/contributors.yml
vendored
Normal file
13
.github/workflows/contributors.yml
vendored
Normal 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
|
Reference in New Issue
Block a user