mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00
Update uncivbot.yml
This commit is contained in:
2
.github/workflows/uncivbot.yml
vendored
2
.github/workflows/uncivbot.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
if(commitMessage.startsWith("Merge ")) return
|
if(commitMessage.startsWith("Merge ")) return
|
||||||
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 != context.repo.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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user