Skip to content

Merge pull request #1 from emulsify-ds/develop #10

Merge pull request #1 from emulsify-ds/develop

Merge pull request #1 from emulsify-ds/develop #10

Workflow file for this run

name: Add contributors
on:
schedule:
- cron: '20 20 * * *'
push:
branches:
- main
workflow_dispatch:
jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: BobAnkh/add-contributors@master
with:
CONTRIBUTOR: '### Contributors'
COLUMN_PER_ROW: '6'
ACCESS_TOKEN: ${{secrets.ADD_TO_PROJECT_PAT}}
IMG_WIDTH: '100'
FONT_SIZE: '14'
PATH: '/README.md'
COMMIT_MESSAGE: 'docs(README): update contributors'
AVATAR_SHAPE: 'round'