MCPcopy
hub / github.com/kirodotdev/Kiro / IssueWithTimeline

Interface IssueWithTimeline

scripts/close_duplicates.ts:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const DAYS_THRESHOLD = 3;
10
11interface IssueWithTimeline {
12 number: number;
13 title: string;
14 duplicateLabelDate: Date | null;
15 hasDuplicateLabel: boolean;
16}
17
18/**
19 * Get the date when duplicate label was added

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected