chore: release next #119
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |