Skip to content

Commit

Permalink
chore: update index
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Sep 19, 2021
1 parent 8a2d462 commit 8745539
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions dist/index.js
Expand Up @@ -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
*
Expand Down

0 comments on commit 8745539

Please sign in to comment.