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.