Skip to content

Commit

Permalink
Merge pull request #2171 from DanCech/backport
Browse files Browse the repository at this point in the history
add .backportrc.json
  • Loading branch information
DanCech committed Dec 28, 2017
2 parents 60cc9d6 + 0acf12c commit 9a1660f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .backportrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"upstream": "graphite-project/graphite-web",

// You can pre-select branches you use often
"branches": [
{ "name": "1.1.x", "checked": true },
{ "name": "1.0.x", "checked": false },
{ "name": "0.9.x", "checked": false }
],

// Only allow picking own commits to backport
"own": false,

// Backport multiple commits
"multipleCommits": true,

// Backport to multiple branches
"multipleBranches": true,

// Labels will be added to the PR
"labels": ["backport"]
}

0 comments on commit 9a1660f

Please sign in to comment.