1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 03:07:49 +02:00

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>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-29 05:44:24 +00:00
committed by GitHub
parent 4b1ec206c1
commit c5554e609b

2
dist/index.js vendored
View File

@@ -140,7 +140,7 @@ function getPullRequests(client, prNumbers) {
})); }));
prData = result.data; prData = result.data;
} }
catch (error) { catch (_a) {
core.warning(`Could not find pull request #${prNumber}, skipping`); core.warning(`Could not find pull request #${prNumber}, skipping`);
continue; continue;
} }