MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / repoProperties

Function repoProperties

integrations/github/src/propertyHelpers.ts:1–12  ·  view source on GitHub ↗
(params: { owner: string; repo: string })

Source from the content-addressed store, hash-verified

1export function repoProperties(params: { owner: string; repo: string }) {
2 return [
3 {
4 label: "Owner",
5 text: params.owner,
6 },
7 {
8 label: "Repo",
9 text: params.repo,
10 },
11 ];
12}
13
14export function issueProperties(params: { issueNumber: number }) {
15 return [

Callers 15

createBlobMethod · 0.90
getBlobMethod · 0.90
createCommitMethod · 0.90
getCommitMethod · 0.90
listMatchingRefsMethod · 0.90
getRefMethod · 0.90
createRefMethod · 0.90
updateRefMethod · 0.90
deleteRefMethod · 0.90
createTagMethod · 0.90
getTagMethod · 0.90
createTreeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…