Skip to content

Commit 329311d

Browse files
authored
Merge pull request #217 from OpenVoxProject/nmburgan-patch-1
Add signoff option to promotion workflow
2 parents 732ebf1 + d88b011 commit 329311d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/promote.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
assignees: '${{ github.triggering_actor }}'
9797
author: '${{ env.GIT_AUTHOR_NAME }} <${{ env.GIT_AUTHOR_EMAIL }}>'
9898
committer: '${{ env.GIT_COMMITTER_NAME }} <${{ env.GIT_COMMITTER_EMAIL }}>'
99+
signoff: true
99100
base: ${{ inputs.branch }}
100101
body: |
101-
Automated promotion of ${{ inputs.component }} to ref ${{ inputs.ref }}.
102+
Automated promotion of ${{ inputs.component }} to ref ${{ inputs.ref }}.

0 commit comments

Comments
 (0)