Skip to content

Commit c8c6eba

Browse files
authored
Merge pull request #13809 from MicrosoftDocs/workflows-test
Correct manual merge label color
2 parents 81bda3d + 84bc19e commit c8c6eba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Shared-AutoPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
$SignOffLabelColor = "46ce1c"
8383
$SignOffLabelDescription = "The pull request is ready to be reviewed and merged by PubOps."
8484
$SignOffLabel = "Sign off"
85-
$ManualMergeLabelColor = "FF6600"
85+
$ManualMergeLabelColor = "f79d43"
8686
$ManualMergeLabelDescription = "An AutoPublish pull request requires a human to merge it."
8787
$ManualMergeLabel = "Manual merge required"
8888

0 commit comments

Comments
 (0)