Remove redundant comments

This commit is contained in:
Kynan Ware 2026-02-10 10:53:30 -07:00 committed by GitHub
parent c187b882a0
commit 620261fea4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -399,7 +399,7 @@ func createRun(opts *CreateOptions) error {
client := ctx.Client
// Detect ActorIsAssignable feature to determine if we can use search-based
// reviewer selection (github.com) or need to use traditional ID-based selection (GHES)
// reviewer selection (github.com) or need to use legacy ID-based selection (GHES)
issueFeatures, _ := opts.Detector.IssueFeatures()
var reviewerSearchFunc func(string) prompter.MultiSelectSearchResult
if issueFeatures.ActorIsAssignable {