本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.9KB

  1. # Configuration for probot-stale - https://github.com/probot/stale
  2. # Number of days of inactivity before an Issue or Pull Request becomes stale
  3. daysUntilStale: 60
  4. # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
  5. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
  6. daysUntilClose: 14
  7. # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
  8. exemptLabels:
  9. - status/blocked
  10. - kind/security
  11. - lgtm/done
  12. - reviewed/confirmed
  13. - priority/critical
  14. - kind/proposal
  15. # Set to true to ignore issues in a project (defaults to false)
  16. exemptProjects: false
  17. # Set to true to ignore issues in a milestone (defaults to false)
  18. exemptMilestones: false
  19. # Label to use when marking as stale
  20. staleLabel: stale
  21. # Comment to post when marking as stale. Set to `false` to disable
  22. markComment: >
  23. This issue has been automatically marked as stale because it has not had
  24. recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you
  25. for your contributions.
  26. # Comment to post when closing a stale Issue or Pull Request.
  27. closeComment: >
  28. This issue has been automatically closed because of inactivity.
  29. You can re-open it if needed.
  30. # Limit the number of actions per hour, from 1-30. Default is 30
  31. limitPerRun: 1
  32. # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
  33. pulls:
  34. daysUntilStale: 60
  35. daysUntilClose: 60
  36. markComment: >
  37. This pull request has been automatically marked as stale because it has not had
  38. recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you
  39. for your contributions.
  40. closeComment: >
  41. This pull request has been automatically closed because of inactivity.
  42. You can re-open it if needed.
上海开阖软件有限公司 沪ICP备12045867号-1