From 87455394843cc1928387c87775a6a0e64dce27a1 Mon Sep 17 00:00:00 2001 From: TESTELIN Geoffrey Date: Thu, 24 Jun 2021 23:00:47 +0200 Subject: [PATCH] chore: update index --- dist/index.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dist/index.js b/dist/index.js index 3b820fc40..b749fa6b8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1052,18 +1052,6 @@ class IssuesProcessor { } return option_1.Option.RemoveStaleWhenUpdated; } - _getRemoveStaleWhenCommentedUsedOptionName(issue) { - if (issue.isPullRequest) { - if (is_boolean_1.isBoolean(this.options.removePrStaleWhenCommented)) { - return option_1.Option.RemovePrStaleWhenCommented; - } - return option_1.Option.RemoveStaleWhenCommented; - } - if (is_boolean_1.isBoolean(this.options.removeIssueStaleWhenCommented)) { - return option_1.Option.RemoveIssueStaleWhenCommented; - } - return option_1.Option.RemoveStaleWhenCommented; - } /** * @private *