react-native-navigation的迁移库

stale.yml 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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: 30
  4. # Number of days of inactivity before a stale Issue or Pull Request 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: 7
  7. # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
  8. exemptLabels:
  9. - "type: accepted/enhancement"
  10. - "user: looking for contributors"
  11. - "📌 pinned"
  12. # Set to true to ignore issues in a project (defaults to false)
  13. exemptProjects: true
  14. # Set to true to ignore issues in a milestone (defaults to false)
  15. exemptMilestones: false
  16. # Label to use when marking as stale
  17. staleLabel: "🏚 stale"
  18. # Comment to post when marking as stale. Set to `false` to disable
  19. markComment: >
  20. This issue has been automatically marked as stale because it has not had
  21. recent activity. It will be closed if no further activity occurs.
  22. If you believe the issue is still relevant, please test on the latest version and report back.
  23. Thank you for your contributions.
  24. # Comment to post when removing the stale label.
  25. # unmarkComment: >
  26. # Your comment here.
  27. # Comment to post when closing a stale Issue or Pull Request.
  28. closeComment: >
  29. The issue has been closed for inactivity.
  30. # Limit the number of actions per hour, from 1-30. Default is 30
  31. limitPerRun: 30
  32. # Limit to only `issues` or `pulls`
  33. # only: issues
  34. # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
  35. pulls:
  36. daysUntilStale: 45
  37. markComment: >
  38. This pull request has been automatically marked as stale because it has not had
  39. recent activity. It will be closed if no further activity occurs. Thank you
  40. for your contributions.
  41. # issues:
  42. # exemptLabels:
  43. # - confirmed