Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

28 rindas
839 B

  1. # Configuration for probot-stale - https://github.com/probot/stale
  2. # Label to use when marking as stale
  3. staleLabel: inactive
  4. # Limit the number of actions per hour, from 1-30. Default is 30
  5. limitPerRun: 10
  6. # Set to true to ignore issues in a project (defaults to false)
  7. exemptProjects: true
  8. # Set to true to ignore issues in a milestone (defaults to false)
  9. exemptMilestones: true
  10. pulls:
  11. daysUntilStale: 15
  12. daysUntilClose: 3
  13. exemptLabels:
  14. - hotfix
  15. markComment: >
  16. This pull request has been automatically marked as inactive because it has
  17. not had recent activity. It will be closed within 3 days if no further
  18. activity occurs, but it only takes a comment to keep a contribution alive
  19. :) Also, even if it is closed, you can always reopen the PR when you're
  20. ready. Thank you for contributing.
  21. only: pulls