https://github.com/owncloud/core
Raw File
Tip revision: 8f8e9a2a84d40bc11336178b6b7fcf0d41c90dd9 authored by Vincent Petry on 22 November 2017, 10:46:11 UTC
Set version to 9.0.11
Tip revision: 8f8e9a2
.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