Skip to content

Commit 05f3346

Browse files
authored
fix: add Signed-off-by to autobump commit message for DCO compliance (#19)
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent d0c38b8 commit 05f3346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/autobump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
234234
with:
235235
token: ${{ secrets.GH_PAT_RELEASE_PLEASE_ACTION }}
236-
commit-message: "feat: bump ${{ matrix.formula }} to ${{ steps.upstream.outputs.version }}"
236+
commit-message: "feat: bump ${{ matrix.formula }} to ${{ steps.upstream.outputs.version }}\n\nSigned-off-by: TrogonStack Bot <bot@trogonstack.com>"
237237
branch: "bump-${{ matrix.formula }}-${{ steps.upstream.outputs.version }}"
238238
title: "feat: bump ${{ matrix.formula }} to ${{ steps.upstream.outputs.version }}"
239239
body: |

0 commit comments

Comments
 (0)