↓ 2 callersFunctionpinToOverview(
owner: string,
repo: string,
url: string,
title: string,
itemType: string,
)
apps/web/src/app/(app)/repos/[owner]/[repo]/pin-actions.ts:15
↓ 1 callersFunctionaddDiscussionComment(
owner: string,
repo: string,
discussionNumber: number,
discussionId: string,
body: string,
replyToId?:
apps/web/src/app/(app)/repos/[owner]/[repo]/discussions/discussion-actions.ts:50
↓ 1 callersFunctionaddPRReviewComment(
owner: string,
repo: string,
pullNumber: number,
body: string,
commitId: string,
path: string,
line:
apps/web/src/app/(app)/repos/[owner]/[repo]/pulls/pr-actions.ts:337
↓ 1 callersFunctionbuildPrHeadBranchTreeHref({
baseOwner,
baseRepo,
headBranch,
headRepoOwner,
headRepoName,
}: {
baseOwner: string;
baseRepo: stri
apps/web/src/lib/github-utils.ts:140