mirror of
https://github.com/actions/stale.git
synced 2025-12-11 12:37:27 +00:00
feat: remove the ignore-updates option
BREAKING CHANGE: The option ignore-updates was removed
This commit is contained in:
@@ -47,8 +47,7 @@ export const DefaultProcessorOptions: IIssuesProcessorOptions = Object.freeze({
|
||||
enableStatistics: true,
|
||||
labelsToRemoveWhenUnstale: '',
|
||||
labelsToAddWhenUnstale: '',
|
||||
ignoreUpdates: false,
|
||||
ignoreIssueUpdates: undefined,
|
||||
ignorePrUpdates: undefined,
|
||||
ignoreIssueUpdates: false,
|
||||
ignorePrUpdates: false,
|
||||
exemptDraftPr: false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user