Change PR titling
This commit is contained in:
parent
30e167a36b
commit
59ebecc913
1 changed files with 2 additions and 2 deletions
|
@ -86,9 +86,9 @@ jobs:
|
|||
id: create_pull_request
|
||||
uses: https://git.devmarked.win/actions/create-pull-request@7174d368c2e4450dea17b297819eb28ae93ee645
|
||||
with:
|
||||
title: Release Jecs ${{ steps.read_jecs_version.outputs.JECS_VERSION }}
|
||||
title: Sync to released Jecs ${{ steps.read_jecs_version.outputs.JECS_VERSION }}
|
||||
body: |
|
||||
Sync to upstream Jecs ${{ steps.read_jecs_version.outputs.JECS_VERSION }}
|
||||
Sync to released Jecs ${{ steps.read_jecs_version.outputs.JECS_VERSION }}
|
||||
- This pull request is **auto-generated**
|
||||
branch: auto/synchronize
|
||||
commit-message: Sync to upstream Jecs ${{ steps.read_jecs_version.outputs.JECS_VERSION }}
|
||||
|
|
Loading…
Reference in a new issue