diff options
Diffstat (limited to '.github/stale.yml')
| -rw-r--r-- | .github/stale.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index edae9640..0c992964 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,11 +5,11 @@ daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - pinned - - security - - enhancement - - bug - - long term - - informational + - security + - enhancement + - bug + - long term + - informational # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable |
