mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 14:24:43 -04:00
Update uncivbot.yml
This commit is contained in:
parent
d082de4e16
commit
fb925084e9
7
.github/workflows/uncivbot.yml
vendored
7
.github/workflows/uncivbot.yml
vendored
@ -20,10 +20,11 @@ jobs:
|
|||||||
var reachedPreviousVersion = false
|
var reachedPreviousVersion = false
|
||||||
result.data.forEach(commit => {
|
result.data.forEach(commit => {
|
||||||
if(reachedPreviousVersion) return
|
if(reachedPreviousVersion) return
|
||||||
|
var author = commit.author.login
|
||||||
|
if(author=="uncivbot[bot]") return
|
||||||
|
var commitMessage = commit.commit.message.split("\n")[0];
|
||||||
|
|
||||||
commitSummary += "\n\n" + commitMessage
|
commitSummary += "\n\n" + commitMessage
|
||||||
// var author = commit.author.login
|
|
||||||
// if(author=="uncivbot[bot]") return
|
|
||||||
// var commitMessage = commit.commit.message.split("\n")[0];
|
|
||||||
// if(commitMessage.match(/^\d+\.\d+\.\d+$/)){ // match EXACT version, like 3.4.55 ^ is for start-of-line, $ for end-of-line
|
// if(commitMessage.match(/^\d+\.\d+\.\d+$/)){ // match EXACT version, like 3.4.55 ^ is for start-of-line, $ for end-of-line
|
||||||
// reachedPreviousVersion=true
|
// reachedPreviousVersion=true
|
||||||
// console.log(commitMessage)
|
// console.log(commitMessage)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user