https://github.com/owncloud/core
Raw File
Tip revision: 54fc92c37233d248de8da842352c43dffdfc5f8d authored by C Montero-Luque on 06 April 2016, 21:30:21 UTC
9.0.1
Tip revision: 54fc92c
.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