mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
skip_changelog: put version in title
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
70e019b6e7
commit
f533403873
1 changed files with 1 additions and 1 deletions
2
.github/scripts/version_updater.sh
vendored
2
.github/scripts/version_updater.sh
vendored
|
@ -104,7 +104,7 @@ if ! git push "https://${GITHUB_TOKEN}:@github.com/${GIT_REPO}" --set-upstream "
|
|||
fi
|
||||
|
||||
if ! post_pull_request \
|
||||
"patch: New ${source_repo} upstream release!" \
|
||||
"patch: New ${source_repo} upstream release ${version}!" \
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue