UNPKG

460 BYAMLView Raw
1# Configuration for probot-stale - https://github.com/probot/stale
2
3daysUntilStale: 90
4daysUntilClose: 7
5exemptLabels:
6 - pinned
7 - security
8exemptProjects: false
9exemptMilestones: false
10staleLabel: wontfix
11markComment: >
12 This issue has been automatically marked as stale because it has not had
13 recent activity. It will be closed if no further activity occurs. Thank you
14 for your contributions.
15unmarkComment: false
16closeComment: false
17limitPerRun: 30