Skip to content

Commit 2f24e05

Browse files
authored
[Misc] Set backport configuration
1 parent ab363d7 commit 2f24e05

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.backportrc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"repoOwner": "xwiki",
3+
"repoName": "xwiki-platform",
4+
"targetBranchChoices": [],
5+
"branchLabelMapping": {
6+
"^backport (.+)$": "$1"
7+
},
8+
"autoAssign": true,
9+
"publishStatusCommentOnAbort": false,
10+
"publishStatusCommentOnFailure": true,
11+
"copySourcePRReviewers": true
12+
}

0 commit comments

Comments
 (0)