Skip to content

Commit d88b011

Browse files
authored
Add signoff option to promotion workflow
Signed-off-by: Nick Burgan <13688219+nmburgan@users.noreply.github.com>
1 parent 732ebf1 commit d88b011

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)