Merge pull request #85 from zhom/dependabot/cargo/src-tauri/rust-depe… #157
This file contains hidden or 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
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
contrib-readme-job: | |
runs-on: ubuntu-latest | |
name: Automatically update the contributors list in the README | |
permissions: | |
contents: write | |
pull-requests: write | |
steps: | |
- name: Contribute List | |
uses: akhilmhdh/contributors-readme-action@83ea0b4f1ac928fbfe88b9e8460a932a528eb79f #v2.3.11 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |