Prateeksha Singh | f928422 | 2018-06-21 10:28:44 +0530 | [diff] [blame] | 1 | # Configuration for probot-stale - https://github.com/probot/stale |
| 2 | |
Ankush Menat | ffa3d45 | 2021-12-10 14:42:38 +0530 | [diff] [blame] | 3 | # Label to use when marking as stale |
| 4 | staleLabel: inactive |
Prateeksha Singh | f928422 | 2018-06-21 10:28:44 +0530 | [diff] [blame] | 5 | |
Ankush Menat | ffa3d45 | 2021-12-10 14:42:38 +0530 | [diff] [blame] | 6 | # Limit the number of actions per hour, from 1-30. Default is 30 |
| 7 | limitPerRun: 10 |
Prateeksha Singh | f928422 | 2018-06-21 10:28:44 +0530 | [diff] [blame] | 8 | |
| 9 | # Set to true to ignore issues in a project (defaults to false) |
Ankush Menat | ffa3d45 | 2021-12-10 14:42:38 +0530 | [diff] [blame] | 10 | exemptProjects: true |
Prateeksha Singh | f928422 | 2018-06-21 10:28:44 +0530 | [diff] [blame] | 11 | |
| 12 | # Set to true to ignore issues in a milestone (defaults to false) |
| 13 | exemptMilestones: true |
| 14 | |
Ankush Menat | ffa3d45 | 2021-12-10 14:42:38 +0530 | [diff] [blame] | 15 | pulls: |
| 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 Singh | f928422 | 2018-06-21 10:28:44 +0530 | [diff] [blame] | 26 | |
Ankush Menat | ffa3d45 | 2021-12-10 14:42:38 +0530 | [diff] [blame] | 27 | issues: |
| 28 | daysUntilStale: 60 |
| 29 | daysUntilClose: 7 |
| 30 | exemptLabels: |
| 31 | - valid |
| 32 | - to-validate |
| 33 | markComment: > |
| 34 | This issue has been automatically marked as inactive because it has not had |
| 35 | recent activity and it wasn't validated by maintainer team. It will be |
| 36 | closed within a week if no further activity occurs. |