github.com/microsoft/fabrikate@v1.0.0-alpha.1.0.20210115014322-dc09194d0885/testdata/generate-yaml/helm_repos/prometheus/.github/stale.yml (about)

     1  # Number of days of inactivity before an issue becomes stale
     2  daysUntilStale: 30
     3  # Number of days of inactivity before a stale issue is closed
     4  daysUntilClose: 14
     5  # Issues with these labels will never be considered stale
     6  exemptLabels:
     7    - lifecycle/frozen
     8  staleLabel: lifecycle/stale
     9  # Comment to post when marking an issue as stale. Set to `false` to disable
    10  markComment: >
    11    This issue has been automatically marked as stale because it has not had
    12    recent activity. It will be closed if no further activity occurs. Any further update will
    13    cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
    14  # Comment to post when closing a stale issue. Set to `false` to disable
    15  closeComment: >
    16    This issue is being automatically closed due to inactivity.