feat: remove the ignore-updates option

BREAKING CHANGE:
The option ignore-updates was removed
This commit is contained in:
TESTELIN Geoffrey
2021-10-08 18:06:39 +02:00
parent b98591d49e
commit 3021a55a47
10 changed files with 410 additions and 823 deletions

View File

@@ -47,8 +47,7 @@ export interface IIssuesProcessorOptions {
enableStatistics: boolean;
labelsToRemoveWhenUnstale: string;
labelsToAddWhenUnstale: string;
ignoreUpdates: boolean;
ignoreIssueUpdates: boolean | undefined;
ignorePrUpdates: boolean | undefined;
ignoreIssueUpdates: boolean;
ignorePrUpdates: boolean;
exemptDraftPr: boolean;
}