From bc59b4a73dc5d11a616959a8e9035ada5b67f0a0 Mon Sep 17 00:00:00 2001 From: Allan Szewczyk Date: Tue, 27 Feb 2024 17:28:05 +0900 Subject: [PATCH] chore: update vsoch pull request action --- .github/workflows/sync_prod_with_main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync_prod_with_main.yml b/.github/workflows/sync_prod_with_main.yml index 863d7ef..f5bc6ef 100644 --- a/.github/workflows/sync_prod_with_main.yml +++ b/.github/workflows/sync_prod_with_main.yml @@ -9,9 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - name: pull-request-action - uses: vsoch/pull-request-action@1.0.12 + uses: vsoch/pull-request-action@1.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH_PREFIX: "juniper/main" PULL_REQUEST_BRANCH: "juniper/prod" PULL_REQUEST_TITLE: "Update from `juniper/main` (production)" + PULL_REQUEST_BODY: | + This is an automated pull request to update `juniper/prod` with changes from `juniper/main`. + Please review the changes to make sure they're production ready.