From fa9340e8935742e9449cf59a7ecf7c99986bced2 Mon Sep 17 00:00:00 2001 From: peter-evans <18365890+peter-evans@users.noreply.github.com> Date: Fri, 10 Apr 2026 16:26:00 +0000 Subject: [PATCH] [CI] test built --- dist/index.js | 4 +++- report.txt | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 report.txt diff --git a/dist/index.js b/dist/index.js index 11d7a2d7..ee0c0594 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1509,7 +1509,9 @@ class GitHubHelper { const isEventualConsistencyError = (e) => e instanceof request_error_1.RequestError && e.status === 422 && e.message.includes('Could not resolve to a node'); - const withRetryForNewPr = (fn) => pull.created ? utils.retryWithBackoff(fn, isEventualConsistencyError) : fn(); + const withRetryForNewPr = (fn) => pull.created + ? utils.retryWithBackoff(fn, isEventualConsistencyError) + : fn(); // Apply milestone if (inputs.milestone) { core.info(`Applying milestone '${inputs.milestone}'`); diff --git a/report.txt b/report.txt new file mode 100644 index 00000000..0174dd37 --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1775838360