mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 20:03:04 +00:00
skip_changelog: Add prombot DCO
Add DCO signoff for prombot PRs. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
4a7fc2df50
commit
de071d71e1
1 changed files with 1 additions and 1 deletions
2
.github/scripts/version_updater.sh
vendored
2
.github/scripts/version_updater.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue