mirror of
https://github.com/actions/stale.git
synced 2026-08-22 16:43:25 +01:00
Skip deleting the branch in the upstream of a forkerd repo
This commit is contained in:
@@ -2,6 +2,9 @@ export interface IPullRequest {
|
||||
number: number;
|
||||
head: {
|
||||
ref: string;
|
||||
repo: {
|
||||
full_name: string;
|
||||
} | null;
|
||||
};
|
||||
draft?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user