mirror of
https://github.com/actions/stale.git
synced 2025-12-13 21:53:25 +00:00
This reverts commit 1efddcbe9f.
This commit is contained in:
committed by
GitHub
parent
f2ae27a59b
commit
d3bfc50685
@@ -62,15 +62,6 @@ function _getAndValidateArgs(): IIssuesProcessorOptions {
|
||||
removePrStaleWhenUpdated: _toOptionalBoolean(
|
||||
core.getInput('remove-pr-stale-when-updated')
|
||||
),
|
||||
removeStaleWhenCommented: !(
|
||||
core.getInput('remove-stale-when-commented') === 'false'
|
||||
),
|
||||
removeIssueStaleWhenCommented: _toOptionalBoolean(
|
||||
core.getInput('remove-issue-stale-when-commented')
|
||||
),
|
||||
removePrStaleWhenCommented: _toOptionalBoolean(
|
||||
core.getInput('remove-pr-stale-when-commented')
|
||||
),
|
||||
debugOnly: core.getInput('debug-only') === 'true',
|
||||
ascending: core.getInput('ascending') === 'true',
|
||||
deleteBranch: core.getInput('delete-branch') === 'true',
|
||||
|
||||
Reference in New Issue
Block a user