From 0ed6f6a1733bbc0238bbaa98452eef1c655065ee Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 8 Mar 2025 23:10:55 -0800 Subject: [PATCH] chore(.backportrc.json): Drop F39 since it's EOL, add EL10 and F42 (#3823) (#3832) Signed-off-by: Gilver (cherry picked from commit 77cef24989ade9a6320dcc89c4f22c4c9cd604d5) Co-authored-by: Gilver --- .backportrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.backportrc.json b/.backportrc.json index 1c7b5305f4..1c5d20bad8 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -2,7 +2,7 @@ "repoOwner": "terrapkg", "repoName": "packages", "resetAuthor": true, - "targetBranchChoices": ["f39", "f40", "frawhide"], + "targetBranchChoices": ["el10", "f40", "f41", "f42", "frawhide"], "branchLabelMapping": { "^sync-(.+)$": "$1" }