We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c6836 commit 55b8e14Copy full SHA for 55b8e14
1 file changed
.github/workflows/signoff-review.yml
@@ -78,7 +78,7 @@ jobs:
78
$GitHubHeaders.Add("Authorization","token $($AccessToken)")
79
$GitHubHeaders.Add("User-Agent", "OfficeDocs")
80
81
- $StatusHelpUrl = "https://dev.azure.com/msft-skilling/Content/_wiki/wikis/Database%20Docs/2358/Partner-publishing-workflow-pilot"
+ $StatusHelpUrl = "https://dev.azure.com/msft-skilling/Content/_wiki/wikis/Database%20Docs/2358/Partner-publishing-workflow"
82
$StatusCheckName = "PR signed off by content team"
83
$Status = @{}
84
$Status.Add("context", $StatusCheckName)
0 commit comments