From de7c68389f60650630f56da4fcd0fba5242473da Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:58:49 -0800 Subject: [PATCH] chore: add f44 as a valid backport target (#9737) (#9739) (cherry picked from commit e15ea833d96692b3d7346c9f590d3c3510bb7121) Co-authored-by: lea --- .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" }