From 5364b57cee1107df780b9f2788aec1d49d47b7b3 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Mon, 30 Aug 2021 21:35:51 +0200 Subject: [PATCH] Make PR instead of auto-committing --- .github/workflows/contributors-to-file.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"