From 447398a2d6f357bc381ea8464faec6226f2cfe97 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Thu, 21 Apr 2022 12:30:47 +0000 Subject: add 6.2 to LTS branches of Sanity Bot Change-Id: Icd1c306a5d691cd1888122ed153fd08c0f7234e7 Reviewed-by: Oswald Buddenhagen Reviewed-by: Edward Welbourne --- git-hooks/sanitize-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-hooks') diff --git a/git-hooks/sanitize-commit b/git-hooks/sanitize-commit index 9dff742..cc757ae 100755 --- a/git-hooks/sanitize-commit +++ b/git-hooks/sanitize-commit @@ -295,7 +295,7 @@ sub check_apple_terminology() # The hard-coded fallbacks could be avoided by init-repository setting things up. my $with_pickbot = parse_bool($config{'with-pickbot'} // "false"); -my @LTS = split(/\s+/, $config{'lts-branch'} || "5.6 5.9 5.12 5.15"); +my @LTS = split(/\s+/, $config{'lts-branch'} || "5.6 5.9 5.12 5.15 6.2"); my %allHeads = (); my %nonDevHeads = (); -- cgit v1.2.1