From 4b4ab744cc0f762b1966247da636624f2e7d4d52 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Sat, 16 Mar 2024 23:34:36 +0100 Subject: [PATCH] CI: update the PR contents --- src/scripts/Update-Dependencies.ps1 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/scripts/Update-Dependencies.ps1 b/src/scripts/Update-Dependencies.ps1 index 3a169a69..63811e37 100644 --- a/src/scripts/Update-Dependencies.ps1 +++ b/src/scripts/Update-Dependencies.ps1 @@ -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