Files
packages/.backportrc.json
T
Raboneko 785b863703 chore: add f44 as a valid backport target (#9737) (#9742)
(cherry picked from commit e15ea833d9)

Co-authored-by: lea <lleyton@fyralabs.com>
2026-02-09 16:59:29 -08:00

10 lines
202 B
JSON

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