| # Configuration for probot-stale - https://github.com/probot/stale |
| |
| # Label to use when marking as stale |
| staleLabel: inactive |
| |
| # Limit the number of actions per hour, from 1-30. Default is 30 |
| limitPerRun: 10 |
| |
| # Set to true to ignore issues in a project (defaults to false) |
| exemptProjects: true |
| |
| # Set to true to ignore issues in a milestone (defaults to false) |
| exemptMilestones: true |
| |
| pulls: |
| daysUntilStale: 15 |
| daysUntilClose: 3 |
| exemptLabels: |
| - hotfix |
| markComment: > |
| This pull request has been automatically marked as inactive because it has |
| not had recent activity. It will be closed within 3 days if no further |
| activity occurs, but it only takes a comment to keep a contribution alive |
| :) Also, even if it is closed, you can always reopen the PR when you're |
| ready. Thank you for contributing. |
| |
| issues: |
| daysUntilStale: 60 |
| daysUntilClose: 7 |
| exemptLabels: |
| - valid |
| - to-validate |
| markComment: > |
| This issue has been automatically marked as inactive because it has not had |
| recent activity and it wasn't validated by maintainer team. It will be |
| closed within a week if no further activity occurs. |