mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Update uncivbot.yml
This commit is contained in:
parent
3c93372d0c
commit
dac339fbf9
5
.github/workflows/uncivbot.yml
vendored
5
.github/workflows/uncivbot.yml
vendored
@ -38,13 +38,10 @@ jobs:
|
|||||||
else commitSummary += "\n\n" + commitMessage
|
else commitSummary += "\n\n" + commitMessage
|
||||||
});
|
});
|
||||||
Object.entries(ownerToCommits).forEach(entry => {
|
Object.entries(ownerToCommits).forEach(entry => {
|
||||||
|
|
||||||
console.log("entry = "+JSON.stringify(entry))
|
|
||||||
const [author, commits] = entry;
|
const [author, commits] = entry;
|
||||||
if (commits.length==1) commitSummary += "\n\n" + commits[0] + " By "+author
|
if (commits.length==1) commitSummary += "\n\n" + commits[0] + " - By "+author
|
||||||
else {
|
else {
|
||||||
commitSummary += "\n\nBy "+author+":"
|
commitSummary += "\n\nBy "+author+":"
|
||||||
console.log(JSON.stringify(commits))
|
|
||||||
commits.forEach(commitMessage => { commitSummary += "\n- "+commitMessage })
|
commits.forEach(commitMessage => { commitSummary += "\n- "+commitMessage })
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user