Skip to content

chore: release next #119

chore: release next

chore: release next #119

Workflow file for this run

name: Update Contributors
on:
push:
branches:
- dev
jobs:
update-readme-contributors:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Update Contributor List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
readme_path: readme.md
commit_message: "docs: update list of contributors"
committer_username: "github-actions[bot]"
committer_email: "github-actions[bot]@users.noreply.github.com"
pr_title_on_protected: "docs: update list of contributors"