From f60034399aef295319c16e4a7f4056398393f8a7 Mon Sep 17 00:00:00 2001 From: Jean Dessane Date: Tue, 26 Dec 2023 17:55:57 +0100 Subject: [PATCH] compile --- badges/coverage.svg | 2 +- dist/index.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/badges/coverage.svg b/badges/coverage.svg index e22958e..adfe6a8 100644 --- a/badges/coverage.svg +++ b/badges/coverage.svg @@ -1 +1 @@ -Coverage: 23.8%Coverage23.8% \ No newline at end of file +Coverage: 21.73%Coverage21.73% \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index c4b5ff1..e537d96 100644 --- a/dist/index.js +++ b/dist/index.js @@ -28940,6 +28940,7 @@ const core = __importStar(__nccwpck_require__(9093)); const github = __importStar(__nccwpck_require__(5942)); async function run() { try { + core.error('test'); const mainBranch = core.getInput('mainBranch') ?? 'dev'; const token = core.getInput('token'); const octokit = github.getOctokit(token); @@ -28954,6 +28955,7 @@ async function run() { }); const linearTickets = await Promise.all(pullRequests.data .map(async (pr) => { + core.debug(`${pr.title} found`); const comments = await octokit.rest.issues.listComments({ ...github.context.repo, issue_number: pr.number