From 899b9fc6c718f0c6a24c2c1dd74a25f972158941 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Fri, 3 Jun 2016 10:32:08 +0000 Subject: [PATCH] dev/mergebot: Emphasize the importance of getting the "Skip-check: authors" part right GitHub-Pull-Request: https://github.com/syncthing/docs/pull/185 --- dev/mergebot.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev/mergebot.rst b/dev/mergebot.rst index 5b104698b..781475bc2 100644 --- a/dev/mergebot.rst +++ b/dev/mergebot.rst @@ -89,3 +89,8 @@ Use the following syntax:: Please note that the exact string ``Skip-check: authors`` is magic in that it also allows the build to pass, when it would otherwise stop with commits from unknown authors. + +.. note:: + + If you want to skip the author check, make sure it's mentioned first + and that the string is *exactly* "Skip-check: authors".