https://github.com/owncloud/core
Raw File
Tip revision: 0a5f34ab8005cd0bfc8302cefe72a9a24f86e451 authored by C Montero-Luque on 04 March 2016, 23:08:02 UTC
9.0.0 RC2
Tip revision: 0a5f34a
.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