From de02feabc2573194e6ab619fce443f4978e339a9 Mon Sep 17 00:00:00 2001 From: Itamar Givon Date: Wed, 4 Oct 2023 15:34:40 +0200 Subject: [PATCH] Improve PR content --- .github/workflows/schedule-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/schedule-release.yml b/.github/workflows/schedule-release.yml index dad8fff3..a028f39a 100644 --- a/.github/workflows/schedule-release.yml +++ b/.github/workflows/schedule-release.yml @@ -13,7 +13,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Create PR - run: gh pr create -B main -H development --title 'Merge branch_to_merge into base_branch' --body 'Created by Github action' + run: | + gh pr create -B main -H development \ + --title "Release Mismatch Finder to Production" \ + --body "Review and release the latest changes from staging to production." env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}