Skip to content

Commit e14d45f

Browse files
authored
Update stale.yml
1 parent 1050b82 commit e14d45f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/stale.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ daysUntilClose: 3
1111
onlyLabels: []
1212

1313
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
14-
exemptLabels: ['Type: Enhancement', 'Type: Bug']
14+
exemptLabels:
15+
- "Type: Enhancement"
16+
- "Type: Bug"
1517

1618
# Set to true to ignore issues in a project (defaults to false)
1719
exemptProjects: false
@@ -23,7 +25,7 @@ exemptMilestones: false
2325
exemptAssignees: false
2426

2527
# Label to use when marking as stale
26-
staleLabel: 'Status: Stale'
28+
staleLabel: "Status: Stale"
2729

2830
# Limit the number of actions per hour, from 1-30. Default is 30
2931
limitPerRun: 30

0 commit comments

Comments
 (0)