Skip to content

chore(.github): update update_contributors.yml and test #7

chore(.github): update update_contributors.yml and test

chore(.github): update update_contributors.yml and test #7

name: 🤝 Update Contributors
on:
schedule:
- cron: '0 1 * * *'
push:
branches:
- master
- next
- next-major
- alpha
- beta
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contributors in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Generate Contributors List
uses: akhilmhdh/contributors-readme-action@v2.3.10
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
excludeUsers: semantic-release-bot ImgBotApp