From 5c0452319d78c0ffd3283fa80b961d99d60df22f Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:18:47 -0400 Subject: [PATCH] misc: fix Sign-off release-please commits Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cf43607e..0d84ce4f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,4 +16,4 @@ jobs: skip-github-release: false include-v-in-tag: true changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]' - signoff: 'GitHub Bot 48106979+bpg-bot@users.noreply.github.com' + signoff: 'GitHub Bot <48106979+bpg-bot@users.noreply.github.com>'