Fix erroneous versioning for GHES 3.16 (#54200)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bfe5327b1d
commit
d65dab9fc0
@@ -3,4 +3,4 @@
|
|||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghec: '*'
|
ghec: '*'
|
||||||
ghes: '>=3.15'
|
ghes: '>=3.17'
|
||||||
|
|||||||
@@ -2,3 +2,4 @@
|
|||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghec: '*'
|
ghec: '*'
|
||||||
|
ghes: '>=3.16'
|
||||||
|
|||||||
@@ -2,3 +2,4 @@
|
|||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghec: '*'
|
ghec: '*'
|
||||||
|
ghes: '>=3.16'
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
# Documentation for reviewers can add a comment on push protection bypass requests for secret scanning [GA]
|
# Documentation for reviewers can add a comment on push protection bypass requests for secret scanning [GA]
|
||||||
versions:
|
versions:
|
||||||
ghec: '*'
|
ghec: '*'
|
||||||
ghes: '>3.16'
|
ghes: '>=3.16'
|
||||||
|
|||||||
@@ -2,3 +2,4 @@
|
|||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghec: '*'
|
ghec: '*'
|
||||||
|
ghes: '>=3.16'
|
||||||
|
|||||||
Reference in New Issue
Block a user