mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Update the PR Title in the PRs created by the github action
This commit is contained in:
parent
5f986fd599
commit
b3d145374c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue