1640: Update stale.yml r=mergify[bot] a=Diman0

Add label backlog to exempt labels in stale.yml. We will use label backlog to collect bugs/features that we want to consider for a future release. Thus we do not want to auto-close those issues.


Co-authored-by: Dimitri Huisman <52963853+Diman0@users.noreply.github.com>
master
bors[bot] 4 years ago committed by GitHub
commit c52fd80dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.github/stale.yml vendored

@ -15,6 +15,7 @@ exemptLabels:
- priority/p0
- priority/p1
- priority/p2
- backlog
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false

Loading…
Cancel
Save