Files
packages/.backportrc.json
T
Raboneko 0ed6f6a173 chore(.backportrc.json): Drop F39 since it's EOL, add EL10 and F42 (#3823) (#3832)
Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit 77cef24989)

Co-authored-by: Gilver <rockgrub@disroot.org>
2025-03-09 15:10:55 +08:00

10 lines
202 B
JSON

{
"repoOwner": "terrapkg",
"repoName": "packages",
"resetAuthor": true,
"targetBranchChoices": ["el10", "f40", "f41", "f42", "frawhide"],
"branchLabelMapping": {
"^sync-(.+)$": "$1"
}
}