mirror of
https://github.com/actions/stale.git
synced 2026-06-20 19:32:45 +08:00
e96f31f877
closes #272
7 lines
84 B
TypeScript
7 lines
84 B
TypeScript
export interface IPullRequest {
|
|
number: number;
|
|
head: {
|
|
ref: string;
|
|
};
|
|
}
|