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

Merge pull request #6089 from LLK/update-pr-title-github-action

Update the PR Title in the PRs created by the github action
parents 5f986fd5 b3d14537
......@@ -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
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