You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host"Processing PR $PrUrl with label $LabelName"
8
+
9
+
$CommentDict=@{
10
+
"DO NOT SQUASH :no_entry_sign:"=@"
11
+
‼️ Please merge this PR with commits! You can enable this option in the setting page.
12
+
‼️ Remember close that option after merging this PR!
13
+
"@
14
+
"Do Not Merge :no_entry_sign:"=@"
15
+
‼️ DO NOT MERGE THIS PR ‼️
16
+
"@
17
+
"Breaking Change Release"=@"
18
+
To PR author,
19
+
This PR was labeled "Breaking Change Release" because it contains breaking changes.
20
+
According to our [policy](https://eng.ms/docs/cloud-ai-platform/azure-core/azure-management-and-platforms/control-plane-bburns/azure-cli-tools-azure-cli-powershell-and-terraform/azure-cli-tools/devguide/azps/breaking-change/breaking-changes-policy), breaking changes can only take place during major release and must be preannounced.
21
+
Please follow our [guide](https://eng.ms/docs/cloud-ai-platform/azure-core/azure-management-and-platforms/control-plane-bburns/azure-cli-tools-azure-cli-powershell-and-terraform/azure-cli-tools/devguide/azps/breaking-change/breaking-changes-process) on the detailed steps.
22
+
"@
23
+
"needs-revision"=@"
24
+
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
25
+
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide (link TBD) to troubleshoot common CI failures.
0 commit comments