From d65dab9fc0b2523ece9b68360c1adbce5753f36f Mon Sep 17 00:00:00 2001 From: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:57:46 -0700 Subject: [PATCH] Fix erroneous versioning for GHES 3.16 (#54200) Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com> Co-authored-by: Kevin Heis --- data/features/app-key-limit.yml | 2 +- data/features/issue-types.yml | 1 + data/features/issues-advanced-search.yml | 1 + data/features/push-protection-bypass-reviewer-comment.yml | 2 +- data/features/sub-issues.yml | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/data/features/app-key-limit.yml b/data/features/app-key-limit.yml index f9bcc852ac..2374bbb4b6 100644 --- a/data/features/app-key-limit.yml +++ b/data/features/app-key-limit.yml @@ -3,4 +3,4 @@ versions: fpt: '*' ghec: '*' - ghes: '>=3.15' + ghes: '>=3.17' diff --git a/data/features/issue-types.yml b/data/features/issue-types.yml index b3bc3b1235..8cd17a8c69 100644 --- a/data/features/issue-types.yml +++ b/data/features/issue-types.yml @@ -2,3 +2,4 @@ versions: fpt: '*' ghec: '*' + ghes: '>=3.16' diff --git a/data/features/issues-advanced-search.yml b/data/features/issues-advanced-search.yml index 3700e534d9..8378b523c6 100644 --- a/data/features/issues-advanced-search.yml +++ b/data/features/issues-advanced-search.yml @@ -2,3 +2,4 @@ versions: fpt: '*' ghec: '*' + ghes: '>=3.16' diff --git a/data/features/push-protection-bypass-reviewer-comment.yml b/data/features/push-protection-bypass-reviewer-comment.yml index 28fbd2ae50..a38568f2b9 100644 --- a/data/features/push-protection-bypass-reviewer-comment.yml +++ b/data/features/push-protection-bypass-reviewer-comment.yml @@ -2,4 +2,4 @@ # Documentation for reviewers can add a comment on push protection bypass requests for secret scanning [GA] versions: ghec: '*' - ghes: '>3.16' + ghes: '>=3.16' diff --git a/data/features/sub-issues.yml b/data/features/sub-issues.yml index fee36c9a08..6122be4f7f 100644 --- a/data/features/sub-issues.yml +++ b/data/features/sub-issues.yml @@ -2,3 +2,4 @@ versions: fpt: '*' ghec: '*' + ghes: '>=3.16'