Skip to content

Commit

Permalink
Add contributors Action
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Oct 21, 2021
1 parent 2c57019 commit 4c2f84b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Contributors

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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'

0 comments on commit 4c2f84b

Please sign in to comment.