File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 28
28
"docs/database-engine/availability-groups/windows/distributed-availability-groups.md",
29
29
"docs/t-sql/statements/alter-availability-group-transact-sql.md",
30
30
"docs/database-engine/availability-groups/windows/contained-availability-groups-overview.md",
31
- "docs/t-sql/statements/create-availability-group-transact-sql.md"
31
+ "docs/t-sql/statements/create-availability-group-transact-sql.md",
32
+ "docs/database-engine/configure-windows/server-configuration-options-sql-server.md",
33
+ "docs/toc.yml",
34
+ "docs/database-engine/availability-groups/windows/availability-group-lease-healthcheck-timeout.md",
35
+ "docs/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql.md"
32
36
]'
33
37
34
38
run : |
@@ -494,7 +498,14 @@ jobs:
494
498
Write-Host "GitHub event not a PR comment"
495
499
}
496
500
497
- if ($PROpenEvent)
501
+ If (-not $TargetingMonitoredBranch)
502
+ {
503
+ $Status.state = "success"
504
+ $Status.description = "Target branch not monitored."
505
+
506
+ $ActionableComment = $True
507
+ }
508
+ ElseIf ($PROpenEvent)
498
509
{
499
510
# This runs when the PR is first opened
500
511
You can’t perform that action at this time.
0 commit comments