mirror of
https://github.com/actions/stale.git
synced 2026-08-30 04:23:23 +01:00
optimize pull request
This commit is contained in:
@@ -8,6 +8,7 @@ export interface IIssue {
|
||||
number: number;
|
||||
created_at: IsoDateString;
|
||||
updated_at: IsoDateString;
|
||||
draft: boolean;
|
||||
labels: ILabel[];
|
||||
pull_request?: object | null;
|
||||
state: string;
|
||||
|
||||
Reference in New Issue
Block a user