jenkins-bot has submitted this change and it was merged. 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(-) Approvals: Mwalker: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Idbdd6f270daead94f55e1d7e5f19a34468fa9bd3 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/bots/jouncebot Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> Gerrit-Reviewer: Mwalker <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
