mirror of
https://github.com/actions/stale.git
synced 2026-01-01 04:48:17 +00:00
feat: remove the ignore-updates option
BREAKING CHANGE: The option ignore-updates was removed
This commit is contained in:
@@ -58,9 +58,8 @@ describe('Issue', (): void => {
|
||||
enableStatistics: false,
|
||||
labelsToRemoveWhenUnstale: '',
|
||||
labelsToAddWhenUnstale: '',
|
||||
ignoreUpdates: false,
|
||||
ignoreIssueUpdates: undefined,
|
||||
ignorePrUpdates: undefined,
|
||||
ignoreIssueUpdates: false,
|
||||
ignorePrUpdates: false,
|
||||
exemptDraftPr: false
|
||||
};
|
||||
issueInterface = {
|
||||
|
||||
Reference in New Issue
Block a user