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

# Conflicts:
#	.backportrc.json
2025-03-09 15:32:29 +08:00

10 lines
202 B
JSON

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