https://github.com/owncloud/core
Raw File
Tip revision: 5576f01a2f6bc4169ef87dc1f77adfd892b62ea5 authored by Vincent Petry on 03 April 2017, 14:37:29 UTC
Set version to 9.0.9 RC1
Tip revision: 5576f01
.mention-bot
{
  "maxReviewers": 3,
  "numFilesToCheck": 5,
  "alwaysNotifyForPaths": [
    {
      "name": "DeepDiver1975",
      "files": [
        "apps/dav/**"
      ]
    },
    {
      "name": "nickvergessen",
      "files": [
        "lib/private/activity/**",
        "lib/private/notification/**",
        "lib/public/activity/**",
        "lib/public/notification/**"
      ]
    },
    {
      "name": "Xenopathic",
      "files": [
        "apps/files_external/**"
      ]
    }
  ],
  "userBlacklist": [
    "owncloud-bot",
    "scrutinizer-auto-fixer",
    "th3fallen",
    "zander"
  ]
}
back to top