diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index ed2a3da5f..9e6cf4ba7 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -13,6 +13,11 @@ jobs: uses: actions/checkout@v2 - name: Update contributors id: update_contributors - uses: TheLastProject/contributors-to-file-action@v1.0.2 + uses: TheLastProject/contributors-to-file-action@v2 with: file_in_repo: app/src/main/res/raw/contributors.txt + - name: Create Pull Request + uses: peter-evans/create-pull-request@v3 + with: + title: "Update contributors" + commit-message: "Update contributors"