Blame .github/stale.yml

Packit Service 7c31a4
# Number of days of inactivity before an issue becomes stale
Packit Service 7c31a4
daysUntilStale: 21
Packit Service 7c31a4
# Number of days of inactivity before a stale issue is closed
Packit Service 7c31a4
# Set to false to disable. If disabled, issues still need to be closed
Packit Service 7c31a4
# manually, but will remain marked as stale.
Packit Service 7c31a4
daysUntilClose: 120
Packit Service 7c31a4
# Issues with these labels will never be considered stale
Packit Service 7c31a4
exemptLabels:
Packit Service 7c31a4
  - v2
Packit Service 7c31a4
  - enhancement
Packit Service 7c31a4
  - good first issue
Packit Service 7c31a4
  - feature-request
Packit Service 7c31a4
  - doc
Packit Service 7c31a4
  - bug
Packit Service 7c31a4
  - not-stale
Packit Service 7c31a4
# Label to use when marking an issue as stale
Packit Service 7c31a4
staleLabel: stale
Packit Service 7c31a4
# Comment to post when marking an issue as stale. Set to `false` to disable
Packit Service 7c31a4
markComment: >
Packit Service 7c31a4
  This issue has been automatically marked as stale because it has not had
Packit Service 7c31a4
  recent activity. It will be closed if no further activity occurs. Thank you
Packit Service 7c31a4
  for your contributions.
Packit Service 7c31a4
# Comment to post when closing a stale issue. Set to `false` to disable
Packit Service 7c31a4
closeComment: false