Blame .github/stale.yml

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