From 232efebcce3ad9232f05e71df4cc9e545cb11248 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Fri, 08 May 2026 10:20:48 +0000 Subject: [PATCH] appview/pulls: fix failing CI runs on non-stacked PRs only happens on the first round of submissions. Signed-off-by: oppiliappan --- appview/pulls/create.go | 1 + 1 file(s) changed, 1 insertion(s)(+), 0 deletion(s)(-) diff --git a/appview/pulls/create.go b/appview/pulls/create.go --- a/appview/pulls/create.go +++ b/appview/pulls/create.go @@ -300,6 +300,7 @@ PullSource: pullSource, State: models.PullOpen, Created: now, + Repo: repo, } record := pull.AsRecord() -- tangled.sh