Unverified Commit b3d14537 authored by Karishma Chadha's avatar Karishma Chadha Committed by GitHub

Update the PR Title in the PRs created by the github action

parent 5f986fd5
...@@ -36,7 +36,7 @@ jobs: ...@@ -36,7 +36,7 @@ jobs:
with: with:
source_branch: ${{ steps.vars.outputs.branch }} source_branch: ${{ steps.vars.outputs.branch }}
destination_branch: develop destination_branch: develop
pr_title: "Develop ${{ steps.vars.outputs.branch }}" pr_title: "[Develop] ${{ steps.vars.outputs.branch }}"
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
pr_allow_empty: true pr_allow_empty: true
- name: Master PR - name: Master PR
...@@ -44,7 +44,7 @@ jobs: ...@@ -44,7 +44,7 @@ jobs:
with: with:
source_branch: ${{ steps.vars.outputs.branch }} source_branch: ${{ steps.vars.outputs.branch }}
destination_branch: master destination_branch: master
pr_title: "Master ${{ steps.vars.outputs.branch }}" pr_title: "[Master] ${{ steps.vars.outputs.branch }}"
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
pr_allow_empty: true pr_allow_empty: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment