Revision 564d72ca474fd6f650ad59bac0a2c0f68b9f35bf authored by Ahil PonArul on 14 February 2022, 20:34:11 UTC, committed by GitHub on 14 February 2022, 20:34:11 UTC
updated named query docs to inclue nested case. Example might need to be altered, but this setting should be documented else where than independent stackoverflow posts.
1 parent 8906af2
Raw File
.backportrc.json
{
  "upstream": "elastic/elasticsearch",
  "targetBranchChoices": [
    "master",
    "8.1",
    "8.0",
    "7.17",
    "6.8"
  ],
  "targetPRLabels": ["backport"],
  "branchLabelMapping": {
    "^v8.2.0$": "master",
    "^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$": "$1.$2"
  }
}
back to top