Skip to content

Commit 6e78f69

Browse files
authored
Adding signoff option for version workflow PR (opensearch-project#143)
Signed-off-by: Vacha Shah <vachshah@amazon.com>
1 parent d77dec5 commit 6e78f69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
token: ${{ steps.github_app_token.outputs.token }}
4747
base: ${{ env.BASE }}
4848
commit-message: Incremented version to ${{ env.NEXT_VERSION }}
49+
signoff: true
4950
delete-branch: true
5051
title: '[AUTO] Incremented version to ${{ env.NEXT_VERSION }}.'
5152
body: |

0 commit comments

Comments
 (0)