Add context to contribution description

It didn't actually say where the pages were edited, i.e. the wiki.
This commit is contained in:
Basti 2018-05-06 21:12:57 +02:00
parent eb767a90f2
commit c190490d9b

View File

@ -150,6 +150,7 @@ module.exports = async function(robot, kredits) {
if (details.pagesCreated.length > 0) {
desc = `Created ${pageTitlesFromChanges(details.pagesCreated)}. ${desc}`;
}
desc = `Wiki contributions: ${desc}`;
let url;
if (changes.length > 1) {