name: Contributors on: push: branches: - main release: types: - published permissions: contents: write pull-requests: write jobs: contrib-readme-job: if: github.repository == 'zhom/donutbrowser' runs-on: ubuntu-latest name: Automatically update the contributors list in the README permissions: contents: write pull-requests: write steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 - name: Contribute List uses: akhilmhdh/contributors-readme-action@83ea0b4f1ac928fbfe88b9e8460a932a528eb79f #v2.3.11 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}