mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 22:37:02 -04:00
Update uncivbot.yml
This commit is contained in:
parent
8d88758e5c
commit
65d0088745
2
.github/workflows/uncivbot.yml
vendored
2
.github/workflows/uncivbot.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
commitMessage = commitMessage.replace(/\(\#\d+\)/,"") // match PR auto-text, like (#2345)
|
commitMessage = commitMessage.replace(/\(\#\d+\)/,"") // match PR auto-text, like (#2345)
|
||||||
if (author != owner){
|
if (author != owner){
|
||||||
if (ownerToCommits.get(author)==undefined) ownerToCommits.set(author,[])
|
if (ownerToCommits.get(author)==undefined) ownerToCommits.set(author,[])
|
||||||
ownerToCommits.get(author)?.push(commitMessage)
|
ownerToCommits.get(author).push(commitMessage)
|
||||||
}
|
}
|
||||||
else commitSummary += "\n\n" + commitMessage
|
else commitSummary += "\n\n" + commitMessage
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user