github.com/mysteriumnetwork/node@v0.0.0-20240516044423-365054f76801/.github/stale.yml (about) 1 # Number of days of inactivity before an issue becomes stale 2 daysUntilStale: 90 3 # Number of days of inactivity before a stale issue is closed 4 daysUntilClose: 60 5 # Issues with these labels will never be considered stale 6 exemptLabels: 7 - pinned 8 - security 9 - rfc 10 - "feature request" 11 - epic 12 # Label to use when marking an issue as stale 13 staleLabel: stale 14 # Comment to post when marking an issue as stale. Set to `false` to disable 15 markComment: > 16 This issue has been automatically marked as stale because it has not had 17 recent activity. It will be closed if no further activity occurs. Thank you 18 for your contributions. 19 # Comment to post when closing a stale issue. Set to `false` to disable 20 closeComment: > 21 This issue has been automatically closed because it has not had activity for 22 a long time. If this issue is still valid, please ping a maintainer and ask them to label it as "pinned". 23 Thank you for your contributions. 24 25 pulls: 26 daysUntilStale: 14 27 daysUntilClose: 14 28 markComment: > 29 This pull request has been automatically marked as stale because it has not had 30 recent activity. It will be closed if no further activity occurs. Thank you 31 for your contributions. 32 closeComment: > 33 This pull request has been automatically closed because it has not had activity for 34 a long time. If this pull request is still valid, please ping a maintainer and ask them to label it as "pinned". 35 Thank you for your contributions.