Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/150081
Change subject: Put quotes around strings in YAML that start with % ...................................................................... Put quotes around strings in YAML that start with % JounceBot will fatal otherwise :( Change-Id: Idbdd6f270daead94f55e1d7e5f19a34468fa9bd3 --- M DefaultConfig.yaml 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/bots/jouncebot refs/changes/81/150081/1 diff --git a/DefaultConfig.yaml b/DefaultConfig.yaml index b854225..9b2b074 100644 --- a/DefaultConfig.yaml +++ b/DefaultConfig.yaml @@ -19,5 +19,5 @@ useSyslog: no messages: - - %sDear anthropoid, the time has come. Please deploy %s (%s). - - %sRespected human, time to deploy %s (%s). Please do the needful. + - '%sDear anthropoid, the time has come. Please deploy %s (%s).' + - '%sRespected human, time to deploy %s (%s). Please do the needful.' -- To view, visit https://gerrit.wikimedia.org/r/150081 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idbdd6f270daead94f55e1d7e5f19a34468fa9bd3 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/bots/jouncebot Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
