Skip to content

Commit

Permalink
CI: update the PR contents
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Mar 16, 2024
1 parent 88d704d commit 4b4ab74
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/scripts/Update-Dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,17 @@ if ($hasChanges)
$($_.ReleaseNotes)
"@
}
$prBody = $updateReleaseNoteStrings -join "`n"
$prBody = @'
# Maintainer Note
> [!WARNING]
> This PR will not trigger CI by default. Please close it and reopen manually to trigger the CI.
>
> Unfortunately, this is a consequence of the current GitHub Action security model (by default, PRs created by bots
> aren't allowed to trigger other bots).
The updates packages' release notes follow below.
'@ + $updateReleaseNoteStrings -join "`n"
}

ApplyUpdates $updates
Expand Down

0 comments on commit 4b4ab74

Please sign in to comment.