Skip to content

Commit ef81858

Browse files
Update LabelRepoUserContent to be PrivateTrusted
Co-authored-by: JoannaaKL <joannaakl@github.com>
1 parent c34ff37 commit ef81858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/ifc/ifc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func LabelListIssues(isPrivate bool) SecurityLabel {
9292
// discussion, review, or comment text.
9393
func LabelRepoUserContent(isPrivate bool) SecurityLabel {
9494
if isPrivate {
95-
return PrivateUntrusted()
95+
return PrivateTrusted()
9696
}
9797
return PublicUntrusted()
9898
}

0 commit comments

Comments
 (0)