mirror of
https://github.com/actions/stale.git
synced 2025-12-13 21:53:25 +00:00
Remove labels on stale (#959)
This commit is contained in:
@@ -41,6 +41,7 @@ export enum Option {
|
||||
ExemptAllIssueAssignees = 'exempt-all-issue-assignees',
|
||||
ExemptAllPrAssignees = 'exempt-all-pr-assignees',
|
||||
EnableStatistics = 'enable-statistics',
|
||||
LabelsToRemoveWhenStale = 'labels-to-remove-when-stale',
|
||||
LabelsToRemoveWhenUnstale = 'labels-to-remove-when-unstale',
|
||||
LabelsToAddWhenUnstale = 'labels-to-add-when-unstale',
|
||||
IgnoreUpdates = 'ignore-updates',
|
||||
|
||||
Reference in New Issue
Block a user