Skip to content

Commit 1dadf98

Browse files
authored
Merge branch 'github-cli-937-v1-project-ghes-deprecation' into 11409-pr-view-v2-projects
2 parents 746da6d + 8699d85 commit 1dadf98

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/featuredetection/feature_detection.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ const (
211211
)
212212

213213
func (d *detector) ProjectsV1() gh.ProjectsV1Support {
214-
// Currently, projects v1 support is entirely dependent on the host. As this is deprecated in GHES,
215-
// we will do feature detection on whether the GHES version has support.
216214
if !ghauth.IsEnterprise(d.host) {
217215
return gh.ProjectsV1Unsupported
218216
}

0 commit comments

Comments
 (0)