skip_changelog: Add prombot DCO

Add DCO signoff for prombot PRs.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2023-05-27 18:57:11 +02:00
parent 4a7fc2df50
commit de071d71e1
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1

View file

@ -107,7 +107,7 @@ if ! post_pull_request \
"patch: New ${source_repo} upstream release!" \
"main" \
"${update_branch}" \
"The upstream [${source_repo}](https://github.com/${source_repo}/releases) released new software version - **${version}**!\n\nThis automated PR updates code to bring new version into repository." ; then
"The upstream [${source_repo}](https://github.com/${source_repo}/releases) released new software version - **${version}**!\n\nThis automated PR updates code to bring new version into repository.\n\nSigned-off-by: ${GIT_USER} <${GIT_MAIL}>" ; then
echo_red "Pull request failed"
exit 1
fi