Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit ecb8069

Browse files
committed
Last change before pilot
1 parent 6822f82 commit ecb8069

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/signoff-review.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,12 @@ jobs:
678678
Write-Host "Adding $ContentApprovedLabel label to the PR"
679679
Set-PrLabel -IssueUrl $IssueUrl -LabelName $ContentApprovedLabel
680680

681+
If ($ApprovedFound)
682+
{
683+
# If explicitly approved, set the content team reviewed label as well for tracking
684+
Set-PrLabel -IssueUrl $IssueUrl -LabelName $ContentReviewInProgressLabel
685+
}
686+
681687
Write-Host "Removing other labels"
682688
# Don't remove the in progress label as we can see this to see what we reviewed
683689
# Remove-Label -LabelName $ContentReviewInProgressLabel -IssueUrl $IssueUrl
@@ -847,4 +853,4 @@ jobs:
847853

848854
# Force the workflow to fail so the validation failure can be tracked in Actions. In this workflow, this has no effect other than logging the failure.
849855
Throw "User $CommentUser signed off but an unexpected error occurred. Please contact contact team to investigate the workflow. Sign off allowed to prevent blocking PRs."
850-
}
856+
}

0 commit comments

Comments
 (0)