mirror of
https://github.com/evroon/bracket.git
synced 2026-01-04 12:09:08 -05:00
24 lines
606 B
YAML
24 lines
606 B
YAML
name: contributors
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 18 * * 5'
|
|
|
|
jobs:
|
|
update-contributors-readme:
|
|
runs-on: ubuntu-24.04
|
|
name: Update contributors in README.md
|
|
steps:
|
|
- name: Contribute List
|
|
uses: akhilmhdh/contributors-readme-action@v2.3.6
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
commit_message: "Update contributors in readme"
|
|
pr_title_on_protected: "Update contributors in readme"
|