From 232efebcce3ad9232f05e71df4cc9e545cb11248 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Fri, 8 May 2026 11:20:48 +0100 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 changed, 1 insertion(+) diff --git a/appview/pulls/create.go b/appview/pulls/create.go index 4302fc2e..f5b05bd2 100644 --- a/appview/pulls/create.go +++ b/appview/pulls/create.go @@ -300,6 +300,7 @@ func (s *Pulls) createPullRequest( PullSource: pullSource, State: models.PullOpen, Created: now, + Repo: repo, } record := pull.AsRecord() -- 2.51.2