mirror of
https://github.com/actions/stale.git
synced 2025-12-16 00:16:47 +00:00
committed by
GitHub
parent
9d6f46564a
commit
e96f31f877
@@ -1,5 +1,5 @@
|
||||
import {Label} from '../IssueProcessor';
|
||||
import {IsoDateString} from '../types/iso-date-string';
|
||||
import {ILabel} from './label';
|
||||
import {IMilestone} from './milestone';
|
||||
|
||||
export interface IIssue {
|
||||
@@ -7,7 +7,7 @@ export interface IIssue {
|
||||
number: number;
|
||||
created_at: IsoDateString;
|
||||
updated_at: IsoDateString;
|
||||
labels: Label[];
|
||||
labels: ILabel[];
|
||||
pull_request: Object | null | undefined;
|
||||
state: string;
|
||||
locked: boolean;
|
||||
|
||||
Reference in New Issue
Block a user