mirror of
https://github.com/actions/stale.git
synced 2025-12-11 04:32:53 +00:00
This reverts commit 1efddcbe9f.
This commit is contained in:
committed by
GitHub
parent
f2ae27a59b
commit
d3bfc50685
@@ -28,9 +28,6 @@ export interface IIssuesProcessorOptions {
|
||||
removeStaleWhenUpdated: boolean;
|
||||
removeIssueStaleWhenUpdated: boolean | undefined;
|
||||
removePrStaleWhenUpdated: boolean | undefined;
|
||||
removeStaleWhenCommented: boolean;
|
||||
removeIssueStaleWhenCommented: boolean | undefined;
|
||||
removePrStaleWhenCommented: boolean | undefined;
|
||||
debugOnly: boolean;
|
||||
ascending: boolean;
|
||||
deleteBranch: boolean;
|
||||
|
||||
Reference in New Issue
Block a user