diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 0e0a0ed040..d044bca0c1 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -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) + }) }