We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce28298 commit be0f65eCopy full SHA for be0f65e
1 file changed
scripts/autopilot-operator.ps1
@@ -130,7 +130,7 @@ foreach ($issue in $issues) {
130
if ($comments) {
131
$latestHuman = $comments | Where-Object { $_.user.type -eq "User" -and $_.user.login -ne "github-actions[bot]" } | Select-Object -First 1
132
$commentHistory = $comments | Sort-Object created_at | ForEach-Object {
133
- "[${$_.user.login}] ${$_.body}"
+ "[$($_.user.login)] $($_.body)"
134
}
135
136
} catch {
0 commit comments