1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-04 23:27:34 +02:00
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>
This commit is contained in:
bors[bot] 2020-09-25 09:29:02 +00:00 committed by GitHub
commit c52fd80dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.github/stale.yml vendored
View File

@ -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