Revision e2129683401a9cb8be2db239271d195c88a5071b authored by Frank Mittelbach on 16 July 2021, 21:56:12 UTC, committed by Frank Mittelbach on 16 July 2021, 21:56:12 UTC
1 parent f29ddff
Raw File
stale.yml
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 999999
# Issues with these labels will never be considered stale
exemptLabels:
  - pinned
  - long-term
  - fixed in dev
# 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
markComment: >
  This issue has been automatically marked as stale because it has not had
  recent activity.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
back to top