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

This commit is contained in:
Karishma Chadha 2021-09-22 10:16:39 -04:00 committed by GitHub
parent 5f986fd599
commit b3d145374c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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