Skip to content

Commit

Permalink
add contributors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ythirion committed Dec 13, 2023
1 parent 8782325 commit 89e7721
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 @@
name: Contributors
on:
push:
branches: [ main ]
jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: BobAnkh/add-contributors@master
with:
REPO_NAME: ${{github.repository}}
CONTRIBUTOR: '## Contributors'
COLUMN_PER_ROW: ''
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
IMG_WIDTH: '100'
FONT_SIZE: '14'
PATH: '/README.md'
COMMIT_MESSAGE: 'Update contributor list in README.md'
AVATAR_SHAPE: 'round'

0 comments on commit 89e7721

Please sign in to comment.