mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-03 04:45:34 +07:00
Update uncivbot.yml
This commit is contained in:
parent
91db6f5393
commit
e89cf44c03
4
.github/workflows/uncivbot.yml
vendored
4
.github/workflows/uncivbot.yml
vendored
@ -33,8 +33,8 @@ jobs:
|
||||
if(commitMessage.startsWith("Merge ")) return
|
||||
commitMessage = commitMessage.replace(/\(\#\d+\)/,"") // match PR auto-text, like (#2345)
|
||||
if (author != context.repo.owner){
|
||||
if (ownerToCommits.get(author)==undefined) ownerToCommits.set(author,[])
|
||||
ownerToCommits.get(author).push(commitMessage)
|
||||
if (ownerToCommits[author]==undefined) ownerToCommits[author]=[]
|
||||
ownerToCommits[author].push(commitMessage)
|
||||
}
|
||||
else commitSummary += "\n\n" + commitMessage
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user