From ec65abadc3bb6ca1471b8d7bf62b3febdcf3396d Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Wed, 1 Sep 2021 12:27:06 +0200 Subject: [PATCH] PR consistency --- .github/workflows/calibreapp-image-actions.yml | 2 +- .github/workflows/changelog-to-fastlane.yml | 3 ++- .github/workflows/contributors-to-file.yml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 485f4c9d0..f285e7227 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -26,7 +26,7 @@ jobs: compressOnly: true - name: Create New Pull Request If Needed if: steps.calibre.outputs.markdown != '' - uses: peter-evans/create-pull-request@master + uses: peter-evans/create-pull-request@v3 with: title: Compressed Images branch-suffix: timestamp diff --git a/.github/workflows/changelog-to-fastlane.yml b/.github/workflows/changelog-to-fastlane.yml index e1c289d71..613c5df27 100644 --- a/.github/workflows/changelog-to-fastlane.yml +++ b/.github/workflows/changelog-to-fastlane.yml @@ -21,4 +21,5 @@ jobs: uses: peter-evans/create-pull-request@v3 with: title: "Update Fastlane changelogs" - commit-message: "Update Fastlane changelogs" \ No newline at end of file + commit-message: "Update Fastlane changelogs" + branch-suffix: timestamp diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index 9e6cf4ba7..2b60b2ccc 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -21,3 +21,4 @@ jobs: with: title: "Update contributors" commit-message: "Update contributors" + branch-suffix: timestamp