From c5554e609be083f96eb93796ca0d8aa515c5d6d6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Apr 2026 05:44:24 +0000 Subject: [PATCH] build: update dist/index.js with latest source changes Agent-Logs-Url: https://github.com/actions/labeler/sessions/a5e02d2e-473f-4106-9227-2b5b25b15b81 Co-authored-by: chiranjib-swain <196914770+chiranjib-swain@users.noreply.github.com> --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 816810af..b7c09fe6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -140,7 +140,7 @@ function getPullRequests(client, prNumbers) { })); prData = result.data; } - catch (error) { + catch (_a) { core.warning(`Could not find pull request #${prNumber}, skipping`); continue; }