Skip to content

Update update-contributors.yml #11

Update update-contributors.yml

Update update-contributors.yml #11

name: Update Contributors List
on:
push:
branches:
- master
workflow_dispatch:
jobs:
update-contributors:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Update contributors
uses: akhilmhdh/contributors-readme-action@v2.3.10
with:
commit_message: "Update contributors list in README"
readme_path: "README.md"
image_size: 100
use_username: true
columns_per_row: 6
collaborators: all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}