From 0a526b66db15e870d0d8a7f122217a1ee7647d3d Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Mon, 16 Jan 2023 10:45:58 +0100 Subject: Add 6.5 to the list of LTS branches for sanity bot Change-Id: Idc65f649f33ed78e8ddd58d0a124d5b325168f55 Reviewed-by: Oswald Buddenhagen Reviewed-by: Dimitrios Apostolou --- 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 6d1d54a..3af3426 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 6.2"); +my @LTS = split(/\s+/, $config{'lts-branch'} || "5.6 5.9 5.12 5.15 6.2 6.5"); my %allHeads = (); my %nonDevHeads = (); -- cgit v1.2.1