mirror of
https://github.com/actions/stale.git
synced 2025-12-12 21:17:15 +00:00
committed by
GitHub
parent
9d6f46564a
commit
e96f31f877
6
src/interfaces/pull-request.ts
Normal file
6
src/interfaces/pull-request.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface IPullRequest {
|
||||
number: number;
|
||||
head: {
|
||||
ref: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user