mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Whitelist at stale.yml doesn't seem to work properly
...so switch to blacklist
This commit is contained in:
parent
8b8cc67873
commit
6832625271
16
.github/stale.yml
vendored
16
.github/stale.yml
vendored
@ -5,19 +5,19 @@ daysUntilStale: 45
|
|||||||
|
|
||||||
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
|
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
|
||||||
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
|
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
|
||||||
daysUntilClose: 14
|
daysUntilClose: 30
|
||||||
|
|
||||||
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
|
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
|
||||||
onlyLabels:
|
onlyLabels: []
|
||||||
- st-need-info
|
|
||||||
- st-need-repro
|
|
||||||
- st-declined
|
|
||||||
- st-fixed
|
|
||||||
- st-unverified
|
|
||||||
- st-discussion
|
|
||||||
|
|
||||||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
|
- bug
|
||||||
|
- feature
|
||||||
|
- memory
|
||||||
|
- performance
|
||||||
|
- prio-crit
|
||||||
|
- prio-major
|
||||||
- st-accepted
|
- st-accepted
|
||||||
- st-in-progress
|
- st-in-progress
|
||||||
- st-waiting-for-fix
|
- st-waiting-for-fix
|
||||||
|
Loading…
Reference in New Issue
Block a user