MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / handleIssuesReopened

Function handleIssuesReopened

packages/integration-github/src/inbound.ts:145–148  ·  view source on GitHub ↗
(payload: GitHubTypes.IssuesReopenedEvent)

Source from the content-addressed store, hash-verified

143}
144
145async function handleIssuesReopened(payload: GitHubTypes.IssuesReopenedEvent) {
146 const thread = await handleIssue(payload);
147 await linenSdk.updateThread({ ...thread, status: 'OPEN' });
148}
149
150async function handleIssueCommentCreated(
151 payload: GitHubTypes.IssueCommentCreatedEvent

Callers 1

inbound.tsFile · 0.85

Calls 2

handleIssueFunction · 0.85
updateThreadMethod · 0.65

Tested by

no test coverage detected