能源管控程序
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.

stale.yml 822 B

2 years ago
12345678910111213141516171819202122232425262728293031
  1. # Configuration for probot-stale - https://github.com/probot/stale
  2. daysUntilStale: 60
  3. daysUntilClose: 14
  4. limitPerRun: 30
  5. staleLabel: stale
  6. exemptLabels:
  7. - pinned
  8. - security
  9. - "to be implemented"
  10. - "for reference"
  11. - "move to PR"
  12. - "enhancement"
  13. only: issues
  14. onlyLabels: []
  15. exemptProjects: false
  16. exemptMilestones: false
  17. exemptAssignees: false
  18. markComment: >
  19. [STALE_SET] This issue has been automatically marked as stale because it has not had
  20. recent activity. It will be closed in 14 days if no further activity occurs. Thank you
  21. for your contributions.
  22. unmarkComment: >
  23. [STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future.
  24. closeComment: >
  25. [STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.