blob: da15d32680ff93abb7ffc56870dbdbefb16019a2 [file] [log] [blame]
Prateeksha Singhf9284222018-06-21 10:28:44 +05301# Configuration for probot-stale - https://github.com/probot/stale
2
Ankush Menatffa3d452021-12-10 14:42:38 +05303# Label to use when marking as stale
4staleLabel: inactive
Prateeksha Singhf9284222018-06-21 10:28:44 +05305
Ankush Menatffa3d452021-12-10 14:42:38 +05306# Limit the number of actions per hour, from 1-30. Default is 30
7limitPerRun: 10
Prateeksha Singhf9284222018-06-21 10:28:44 +05308
9# Set to true to ignore issues in a project (defaults to false)
Ankush Menatffa3d452021-12-10 14:42:38 +053010exemptProjects: true
Prateeksha Singhf9284222018-06-21 10:28:44 +053011
12# Set to true to ignore issues in a milestone (defaults to false)
13exemptMilestones: true
14
Ankush Menatffa3d452021-12-10 14:42:38 +053015pulls:
16 daysUntilStale: 15
17 daysUntilClose: 3
18 exemptLabels:
19 - hotfix
20 markComment: >
21 This pull request has been automatically marked as inactive because it has
22 not had recent activity. It will be closed within 3 days if no further
23 activity occurs, but it only takes a comment to keep a contribution alive
24 :) Also, even if it is closed, you can always reopen the PR when you're
25 ready. Thank you for contributing.
Ankush Menatc3f22012022-06-07 10:04:35 +053026
27only: pulls