https://github.com/latex3/latex2e
Raw File
Tip revision: c9bf0287297bc2ea343cc08058fac18bd0c5aa7b authored by Joseph Wright on 01 October 2020, 14:37:10 UTC
Line wrap woes
Tip revision: c9bf028
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