Skip to content

Commit

Permalink
docs(README): update contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
HatsuneMiku3939 committed Feb 3, 2024
1 parent 443e4bc commit 0f65e03
Show file tree
Hide file tree
Showing 2 changed files with 24 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 @@
name: Add contributors
on:
schedule:
- cron: '20 20 * * *'

jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: BobAnkh/add-contributors@master
with:
CONTRIBUTOR: '## Contributors'
COLUMN_PER_ROW: '6'
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
IMG_WIDTH: '100'
FONT_SIZE: '14'
PATH: '/README.md'
COMMIT_MESSAGE: 'docs(README): update contributors'
AVATAR_SHAPE: 'round'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ with:
```
This will load `.envrc` residing at the top of the repository.

## Contributors


0 comments on commit 0f65e03

Please sign in to comment.