Skip to content

Commit d65dab9

Browse files
rachaelrenksophiethekingheiskr
authored
Fix erroneous versioning for GHES 3.16 (#54200)
Co-authored-by: Sophie <[email protected]> Co-authored-by: Kevin Heis <[email protected]>
1 parent bfe5327 commit d65dab9

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

data/features/app-key-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
versions:
44
fpt: '*'
55
ghec: '*'
6-
ghes: '>=3.15'
6+
ghes: '>=3.17'

data/features/issue-types.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
versions:
33
fpt: '*'
44
ghec: '*'
5+
ghes: '>=3.16'

data/features/issues-advanced-search.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
versions:
33
fpt: '*'
44
ghec: '*'
5+
ghes: '>=3.16'

data/features/push-protection-bypass-reviewer-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Documentation for reviewers can add a comment on push protection bypass requests for secret scanning [GA]
33
versions:
44
ghec: '*'
5-
ghes: '>3.16'
5+
ghes: '>=3.16'

data/features/sub-issues.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
versions:
33
fpt: '*'
44
ghec: '*'
5+
ghes: '>=3.16'

0 commit comments

Comments
 (0)