Adding signoff option for version workflow PR (#2572)
Signed-off-by: Vacha Shah <vachshah@amazon.com>
This commit is contained in:
parent
511ac884fe
commit
2e9f89a89e
|
@ -59,6 +59,7 @@ jobs:
|
|||
base: ${{ env.BASE }}
|
||||
branch: 'create-pull-request/patch-${{ env.BASE }}'
|
||||
commit-message: Incremented version to ${{ env.NEXT_VERSION }}
|
||||
signoff: true
|
||||
delete-branch: true
|
||||
title: '[AUTO] Incremented version to ${{ env.NEXT_VERSION }}.'
|
||||
body: |
|
||||
|
@ -83,6 +84,7 @@ jobs:
|
|||
base: ${{ env.BASE_X }}
|
||||
branch: 'create-pull-request/patch-${{ env.BASE_X }}'
|
||||
commit-message: Added bwc version ${{ env.NEXT_VERSION }}
|
||||
signoff: true
|
||||
delete-branch: true
|
||||
title: '[AUTO] [${{ env.BASE_X }}] Added bwc version ${{ env.NEXT_VERSION }}.'
|
||||
body: |
|
||||
|
@ -107,6 +109,7 @@ jobs:
|
|||
base: main
|
||||
branch: 'create-pull-request/patch-main'
|
||||
commit-message: Added bwc version ${{ env.NEXT_VERSION }}
|
||||
signoff: true
|
||||
delete-branch: true
|
||||
title: '[AUTO] [main] Added bwc version ${{ env.NEXT_VERSION }}.'
|
||||
body: |
|
||||
|
|
Loading…
Reference in New Issue