carla/.github/stale.yml

12 lines
402 B
YAML

# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 700000
# Issues with these labels will never be considered stale
exemptLabels:
- backlog
- TeamTask
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable