Skip to content

Commit

Permalink
chore: add all contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina committed Oct 3, 2024
1 parent 6986f31 commit 210b91f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# thank you @joshuakgoldberg
# https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/workflows/contributors.yml
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/prepare
- env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
uses: JoshuaKGoldberg/all-contributors-auto-action@v0.5.0

name: Contributors

on:
push:
branches:
- main

0 comments on commit 210b91f

Please sign in to comment.