mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-06 07:31:26 +07: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
|
||||
});
|
||||
ownerToCommits.forEach((commits,author)=>{
|
||||
Object.entries(ownerToCommits).forEach(entry => {
|
||||
const [commits,author] = entry;
|
||||
if (commits.length==1) commitSummary += "\n\n" + commitMessage+" By "+author
|
||||
else {
|
||||
commitSummary += "\n\nBy "+author+":"
|
||||
|
Loading…
Reference in New Issue
Block a user