From d10251211c66a592c671b2471682b58b1d76d3dc Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Tue, 12 Aug 2025 21:18:47 -0400 Subject: [PATCH] Update feature_detection.go --- internal/featuredetection/feature_detection.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/featuredetection/feature_detection.go b/internal/featuredetection/feature_detection.go index 702b9619f..c61f47aeb 100644 --- a/internal/featuredetection/feature_detection.go +++ b/internal/featuredetection/feature_detection.go @@ -211,8 +211,6 @@ const ( ) func (d *detector) ProjectsV1() gh.ProjectsV1Support { - // Currently, projects v1 support is entirely dependent on the host. As this is deprecated in GHES, - // we will do feature detection on whether the GHES version has support. if !ghauth.IsEnterprise(d.host) { return gh.ProjectsV1Unsupported }