mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 02:23:49 +08:00
Enhance stale-bot configuration
Our stale bot currently processes only bugs and enhancements. Adding a further label for uncategorized issues.
This commit is contained in:
parent
384bcaa7ad
commit
6e76702ca0
2
.github/workflows/stalebot.yaml
vendored
2
.github/workflows/stalebot.yaml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
only-labels: 'waiting-for-author'
|
||||
|
||||
# Stale only issues with one of these labels
|
||||
any-of-issue-labels: 'bug,enhancement'
|
||||
any-of-issue-labels: 'bug,enhancement,stale-issue'
|
||||
|
||||
# Exclude issues with the 'in-progress' label
|
||||
exempt-issue-labels: 'in-progress'
|
||||
|
Loading…
x
Reference in New Issue
Block a user