...

Text file src/github.com/datawire/ambassador/v2/.github/stale.yml

Documentation: github.com/datawire/ambassador/v2/.github

     1# Number of days of inactivity before an issue becomes stale
     2daysUntilStale: 60
     3
     4# Number of days of inactivity before a stale issue is closed; false
     5# to disable automatic closing of stale issues.
     6daysUntilClose: false
     7
     8# Issues with these labels will never be considered stale
     9exemptLabels:
    10  - pinned
    11  - security
    12
    13# Label to use when marking an issue as stale
    14staleLabel: stale
    15
    16# Comment to post when marking an issue as stale. Set to `false` to disable
    17markComment: >
    18  This issue has been automatically marked as stale because it has not had
    19  recent activity. It will be closed if no further activity occurs. Thank you
    20  for your contributions.
    21
    22# Comment to post when closing a stale issue. Set to `false` to disable
    23closeComment: false

View as plain text