mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-06 07:31:26 +07:00
Update uncivbot.yml
This commit is contained in:
parent
dd07cd47e6
commit
30ea299626
4
.github/workflows/uncivbot.yml
vendored
4
.github/workflows/uncivbot.yml
vendored
@ -112,8 +112,8 @@ jobs:
|
||||
})
|
||||
|
||||
translationPrs.data.forEach(pr => {
|
||||
console.log(pr.labels)
|
||||
if (pr.labels.includes("mergeable translations"))
|
||||
//console.log(pr.labels)
|
||||
if (pr.labels.some(label => label.name == "mergeable translations"))
|
||||
console.log(pr.title)
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user