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 f46f3ac
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"badgeTemplate": "\t<a href=\"#contributors\" target=\"_blank\"><img alt=\"👪 All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\" /></a>",
"commit": false,
"commitConvention": "angular",
"commitType": "docs",
"contributors": []
}
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 f46f3ac

Please sign in to comment.