blob: 1c2dcf3ba9c6fe0b2a209758ac85fc3f7eb19f20 [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.
Prateeksha Singhf9284222018-06-21 10:28:44 +053026
Ankush Menatffa3d452021-12-10 14:42:38 +053027issues:
28 daysUntilStale: 60
29 daysUntilClose: 7
30 exemptLabels:
31 - valid
32 - to-validate
Ankush Menat13a60fb2022-02-15 10:43:58 +053033 - QA
Ankush Menatffa3d452021-12-10 14:42:38 +053034 markComment: >
35 This issue has been automatically marked as inactive because it has not had
36 recent activity and it wasn't validated by maintainer team. It will be
37 closed within a week if no further activity occurs.