mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-03 12:54:43 +07:00
Update uncivbot.yml
This commit is contained in:
parent
e19c151494
commit
06091d1673
5
.github/workflows/uncivbot.yml
vendored
5
.github/workflows/uncivbot.yml
vendored
@ -111,7 +111,10 @@ jobs:
|
||||
state: "open",
|
||||
})
|
||||
|
||||
translationPrs.data.forEach(pr => { console.log(pr) })
|
||||
translationPrs.data.forEach(pr => {
|
||||
if (pr.labels.includes("mergeable translations))
|
||||
console.log(pr.title)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user