From 0aa394ee8293c2b5dd007abc07ef9f1cc666b050 Mon Sep 17 00:00:00 2001 From: Uku Pattak Date: Sun, 28 Nov 2021 12:19:50 +0200 Subject: [PATCH] Add flag --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index aa35df0..025c771 100644 --- a/index.js +++ b/index.js @@ -12,6 +12,7 @@ const trelloListIdPrOpen = core.getInput('trello-list-id-pr-open') const trelloListIdPrClosed = core.getInput('trello-list-id-pr-closed') async function run(pr) { + console.log('Running labels feature') const url = pr.html_url || pr.url try {