Enable auto-merge for backports (#91626)

This commit is contained in:
Søren Louv-Jansen 2021-02-17 18:05:27 +01:00 committed by GitHub
parent de7ba4d015
commit 7bb88fdbee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,5 +31,7 @@
"^v8.0.0$": "master",
"^v7.12.0$": "7.x",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
}
},
"autoMerge": true,
"autoMergeMethod": "squash"
}