SillyTavern/.github/workflows/contributors.yml
2024-09-15 14:30:50 +03:00

14 lines
329 B
YAML

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