mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 14:24:43 -04:00
Update uncivbot.yml
This commit is contained in:
parent
bb30348a4b
commit
280364b0e9
3
.github/workflows/uncivbot.yml
vendored
3
.github/workflows/uncivbot.yml
vendored
@ -37,7 +37,8 @@ jobs:
|
|||||||
}
|
}
|
||||||
else commitSummary += "\n\n" + commitMessage
|
else commitSummary += "\n\n" + commitMessage
|
||||||
});
|
});
|
||||||
ownerToCommits.forEach((commits,author)=>{
|
Object.entries(ownerToCommits).forEach(entry => {
|
||||||
|
const [commits,author] = entry;
|
||||||
if (commits.length==1) commitSummary += "\n\n" + commitMessage+" By "+author
|
if (commits.length==1) commitSummary += "\n\n" + commitMessage+" By "+author
|
||||||
else {
|
else {
|
||||||
commitSummary += "\n\nBy "+author+":"
|
commitSummary += "\n\nBy "+author+":"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user