Let stale bot ignore pr further in the lifecycle (#10294)
* Let stale bot ignore pr further in the lifecycle * Update per feedback
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
4646c38295
Коммит
b057e9feef
7
.github/stale.yml
поставляемый
7
.github/stale.yml
поставляемый
@@ -7,8 +7,11 @@ daysUntilStale: 14
|
||||
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
|
||||
daysUntilClose: false
|
||||
|
||||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
||||
exemptLabels: Lifecycle/frozen
|
||||
# Issues or Pull Requests with these labels will be ignored by the stale bot. Set to `[]` to disable.
|
||||
exemptLabels:
|
||||
- Lifecycle/2:inactive
|
||||
- Lifecycle/3:orphaned
|
||||
- Lifecycle/frozen
|
||||
|
||||
# Set to true to ignore issues in a project (defaults to false)
|
||||
exemptProjects: true
|
||||
|
||||
Ссылка в новой задаче
Block a user