From e15ea833d96692b3d7346c9f590d3c3510bb7121 Mon Sep 17 00:00:00 2001 From: lea Date: Mon, 9 Feb 2026 16:57:23 -0800 Subject: [PATCH] chore: add f44 as a valid backport target (#9737) --- .backportrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.backportrc.json b/.backportrc.json index ec949434f0..4d7f463059 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -2,7 +2,7 @@ "repoOwner": "terrapkg", "repoName": "packages", "resetAuthor": true, - "targetBranchChoices": ["frawhide", "f43", "f42", "el10"], + "targetBranchChoices": ["frawhide", "f44", "f43", "f42", "el10"], "branchLabelMapping": { "^sync-(.+)$": "$1" }