mirror of
https://github.com/actions/stale.git
synced 2025-12-10 03:57:04 +00:00
fix(dry-run): forbid mutations in dry-run (#500)
Bring back the dry-run by default for the tests - bad idea to disable it sorry Fix bad documentation array format Fixes #499
This commit is contained in:
committed by
GitHub
parent
b1da9e1fb1
commit
f1017f33dd
@@ -25,7 +25,7 @@ export const DefaultProcessorOptions: IIssuesProcessorOptions = Object.freeze({
|
||||
anyOfIssueLabels: '',
|
||||
anyOfPrLabels: '',
|
||||
operationsPerRun: 100,
|
||||
debugOnly: false,
|
||||
debugOnly: true,
|
||||
removeStaleWhenUpdated: false,
|
||||
removeIssueStaleWhenUpdated: undefined,
|
||||
removePrStaleWhenUpdated: undefined,
|
||||
|
||||
Reference in New Issue
Block a user