Skip to content

Commit b8b9597

Browse files
bart-vmwareTimHess
authored andcommitted
Add tip for missing status checks
1 parent 85f246b commit b8b9597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,14 @@ jobs:
273273
$oldVersionPrefix = '${{ env.OLD_PACKAGE_VERSION_PREFIX }}'
274274
$newVersionPrefix = '${{ env.NEW_PACKAGE_VERSION_PREFIX }}'
275275
$prBranchName = "bump-version-to-$newVersionPrefix-${{ github.run_number }}"
276-
$commitMessage = "Bump Steeltoe version from $oldVersionPrefix to $newVersionPrefix."
276+
$commitMessage = "Bump Steeltoe version from $oldVersionPrefix to $newVersionPrefix.`n`n> [!TIP]`n> Close and reopen this pull request to run status checks."
277277
278278
$pattern = '(?<left>^\s*\<VersionPrefix\>)[^>]+(?<right>\<\/VersionPrefix\>)\s*$'
279279
$fileContent = Get-Content $env:VERSION_FILE
280280
$fileContent = $fileContent -Replace $pattern,"`${left}$newVersionPrefix`${right}"
281281
Set-Content $fileContent -Path $env:VERSION_FILE
282282
283-
Write-Output "Creating pull request for commit: $commitMessage"
283+
Write-Output "Creating pull request with commit message:`n$commitMessage"
284284
git config --local user.name "github-actions[bot]"
285285
git config --local user.email "github-actions[bot]@users.noreply.github.com"
286286
git checkout -b $prBranchName

0 commit comments

Comments
 (0)