From b3d145374c2bc16b8416e6054c9020ab9f624cb8 Mon Sep 17 00:00:00 2001 From: Karishma Chadha Date: Wed, 22 Sep 2021 10:16:39 -0400 Subject: [PATCH] Update the PR Title in the PRs created by the github action --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 374269bd8..bab462f25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: with: source_branch: ${{ steps.vars.outputs.branch }} destination_branch: develop - pr_title: "Develop ${{ steps.vars.outputs.branch }}" + pr_title: "[Develop] ${{ steps.vars.outputs.branch }}" github_token: ${{ secrets.GITHUB_TOKEN }} pr_allow_empty: true - name: Master PR @@ -44,7 +44,7 @@ jobs: with: source_branch: ${{ steps.vars.outputs.branch }} destination_branch: master - pr_title: "Master ${{ steps.vars.outputs.branch }}" + pr_title: "[Master] ${{ steps.vars.outputs.branch }}" github_token: ${{ secrets.GITHUB_TOKEN }} pr_allow_empty: true