Update dependencies and improve error handling in getPullRequests function

This commit is contained in:
chiranjib-swain
2025-11-13 14:02:30 +05:30
parent 0f97893d7e
commit fb8819b7f3
4 changed files with 16 additions and 172 deletions

2
dist/index.js vendored
View File

@@ -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;
}