docs(featuredetection): add godoc for min GHES version for advanced issue search
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
7b4ace9f54
commit
d56a902a07
1 changed files with 6 additions and 0 deletions
|
|
@ -269,6 +269,12 @@ func (d *detector) ProjectsV1() gh.ProjectsV1Support {
|
|||
}
|
||||
|
||||
const (
|
||||
// enterpriseAdvancedIssueSearchSupport is the minimum version of GHES that
|
||||
// supports advanced issue search and gh should use it.
|
||||
//
|
||||
// Note that advanced issue search is also available on GHES 3.17, but it's
|
||||
// at the preview stage and is not as mature as it is on github.com or later
|
||||
// GHES version.
|
||||
enterpriseAdvancedIssueSearchSupport = "3.18.0"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue