We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c38b8 commit 05f3346Copy full SHA for 05f3346
1 file changed
.github/workflows/autobump.yml
@@ -233,7 +233,7 @@ jobs:
233
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
234
with:
235
token: ${{ secrets.GH_PAT_RELEASE_PLEASE_ACTION }}
236
- commit-message: "feat: bump ${{ matrix.formula }} to ${{ steps.upstream.outputs.version }}"
+ commit-message: "feat: bump ${{ matrix.formula }} to ${{ steps.upstream.outputs.version }}\n\nSigned-off-by: TrogonStack Bot <bot@trogonstack.com>"
237
branch: "bump-${{ matrix.formula }}-${{ steps.upstream.outputs.version }}"
238
title: "feat: bump ${{ matrix.formula }} to ${{ steps.upstream.outputs.version }}"
239
body: |
0 commit comments