mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
Update uncivbot.yml
This commit is contained in:
parent
fb925084e9
commit
27a5e36ff9
10
.github/workflows/uncivbot.yml
vendored
10
.github/workflows/uncivbot.yml
vendored
@ -25,11 +25,11 @@ jobs:
|
||||
var commitMessage = commit.commit.message.split("\n")[0];
|
||||
|
||||
commitSummary += "\n\n" + commitMessage
|
||||
// if(commitMessage.match(/^\d+\.\d+\.\d+$/)){ // match EXACT version, like 3.4.55 ^ is for start-of-line, $ for end-of-line
|
||||
// reachedPreviousVersion=true
|
||||
// console.log(commitMessage)
|
||||
// return
|
||||
// }
|
||||
if(commitMessage.match(/^\d+\.\d+\.\d+$/)){ // match EXACT version, like 3.4.55 ^ is for start-of-line, $ for end-of-line
|
||||
reachedPreviousVersion=true
|
||||
console.log(commitMessage)
|
||||
return
|
||||
}
|
||||
// if(commitMessage.startsWith("Merge ")) return
|
||||
// commitMessage = commitMessage.replace(/\(\#\d+\)/,"") // match PR auto-text, like (#2345)
|
||||
// if (author != owner){
|
||||
|
Loading…
x
Reference in New Issue
Block a user