From ead57d1194f100857ae26cc5c7167ff9606c0d6e Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:41:24 +0100 Subject: [PATCH] Fix erroneous versioning for GHES 3.16 (#54483) --- data/features/custom-properties-on-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/features/custom-properties-on-create.yml b/data/features/custom-properties-on-create.yml index 68d612400a..7f97d7753c 100644 --- a/data/features/custom-properties-on-create.yml +++ b/data/features/custom-properties-on-create.yml @@ -2,4 +2,4 @@ # Allows actors with the ability to create repos to be required to enter custom properties on repo creation. versions: ghec: '*' - ghes: '>= 3.15' + ghes: '>= 3.16'