Merge remote-tracking branch 'upstream/main'

the commit.
This commit is contained in:
Kunthawat Greethong
2025-12-18 16:12:53 +07:00
8 changed files with 70 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ function determineIssueNumber({ context }) {
context.payload?.workflow_run?.pull_requests?.[0]?.number;
if (prFromPayload) return prFromPayload;
} else {
throw new Error("This script should only be run in a workflow_run")
throw new Error("This script should only be run in a workflow_run");
}
return null;