diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-10-01 18:34:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-01 18:34:25 +0200 |
commit | 4f27fb89e110486a50311b944e46adfb4eeff9a0 (patch) | |
tree | 780be6a1709902b933957b78343223d5c1279d61 /.mention-bot | |
parent | d0d4e8fa58fcad62213d8c19cf4c531e5e5b2fb3 (diff) |
[mention-bot] set delayed to false as it doesn't seem to do anything at all
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mention-bot b/.mention-bot index e5754e8796..7597a87996 100644 --- a/.mention-bot +++ b/.mention-bot @@ -12,7 +12,7 @@ "assignToReviewer": false, "skipTitle": "", "withLabel": "", - "delayed": true, + "delayed": false, "delayedUntil": "2h", "skipCollaboratorPR": false } |