auto-update-contributors #148
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: auto-update-contributors | |
on: | |
schedule: | |
- cron: 30 1 * * * | |
workflow_call: | |
workflow_dispatch: | |
permissions: | |
pull-requests: write | |
contents: write | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
contrib-readme-job: | |
runs-on: ubuntu-latest | |
timeout-minutes: 5 | |
steps: | |
- name: Contribute List | |
uses: akhilmhdh/contributors-readme-action@098389139f2fabed92e52606268941dbff381edb # renovate: tag=v2.3.6 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
use_username: true | |
collaborators: all | |
# To Use This Place This Section In Readme | |
# # Put this in README.md |