reademe-contributors.yml 687 B

12345678910111213141516171819202122232425
  1. # on:
  2. # push:
  3. # branches:
  4. # - master
  5. # jobs:
  6. # contrib-readme-en-job:
  7. # runs-on: ubuntu-latest
  8. # name: A job to automate contrib in readme
  9. # steps:
  10. # - name: Contribute List
  11. # uses: akhilmhdh/contributors-readme-action@v2.3.4
  12. # env:
  13. # GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
  14. # contrib-readme-job:
  15. # runs-on: ubuntu-latest
  16. # name: A job to automate contrib in readme.zh-CN
  17. # steps:
  18. # - name: Contribute List
  19. # uses: akhilmhdh/contributors-readme-action@v2.3.4
  20. # with:
  21. # readme_path: README.zh-CN.md
  22. # env:
  23. # GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}