Remove labels on stale (#959)

This commit is contained in:
Milos Pantic
2023-03-21 13:11:19 +00:00
committed by GitHub
parent 01aa53266c
commit 75d4d955ac
11 changed files with 1398 additions and 1315 deletions

View File

@@ -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',