Skip to content

Update Contributors #351

Update Contributors

Update Contributors #351

Workflow file for this run

name: Update Contributors
on:
schedule:
- cron: "0 6 * * *" # daily at 06:00 UTC
workflow_dispatch:
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Update Contributors
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.11
with:
auto_detect_branch_protection: false
commit_message: "chore(contributor): update contributors"
pr_title_on_protected: "chore(contributor): update contributors"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}