Skip to content

Commit

Permalink
chore: update index
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Jun 24, 2021
1 parent 71ecb49 commit 362cdf7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions dist/index.js
Expand Up @@ -981,18 +981,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 362cdf7

Please sign in to comment.