Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-23 20:21:24 +02:00 committed by GitHub
parent 693f0f1aaa
commit dd07cd47e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,7 @@ jobs:
})
translationPrs.data.forEach(pr => {
console.log(pr.labels)
if (pr.labels.includes("mergeable translations"))
console.log(pr.title)
})