Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-23 20:14:44 +02:00 committed by GitHub
parent e19c151494
commit 06091d1673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
})
}