Files
packages/.backportrc.json
T
lea 28db2a2fbb fix: reset author and sign during backport (#1069) (#1072)
(cherry picked from commit 6cd29151b7)

# Conflicts:
#	.backportrc.json
2024-04-05 12:01:28 +08:00

10 lines
194 B
JSON

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