Merge pull request #1036 from urfave/lynncyrin-patch-1

Update the label format in the stale config
This commit is contained in:
lynn [they]
2020-01-13 17:35:06 -08:00
committed by GitHub

4
.github/stale.yml vendored
View File

@@ -14,7 +14,7 @@ onlyLabels: []
exemptLabels:
- pinned
- security
- "type: maintenance"
- "kind/maintenance"
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false
@@ -26,7 +26,7 @@ exemptMilestones: false
exemptAssignees: false
# Label to use when marking as stale
staleLabel: "status: stale"
staleLabel: "status/stale"
# Comment to post when marking as stale. Set to `false` to disable
markComment: >