您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
26 行
788 B
26 行
788 B
# Configuration for probot-stale - https://github.com/probot/stale
|
|
|
|
# General configuration
|
|
# Label to use when marking as stale
|
|
staleLabel: stale
|
|
|
|
# Only run on issues
|
|
only: issues
|
|
|
|
# Issue specific configuration
|
|
issues:
|
|
limitPerRun: 5
|
|
daysUntilStale: 14
|
|
daysUntilClose: 14
|
|
markComment: >
|
|
This issue has been automatically marked as stale because it has not had activity in the
|
|
last 14 days. It will be closed in the next 14 days if no further activity occurs.
|
|
Thank you for your contributions.
|
|
closeComment: >
|
|
This issue has been automatically closed because it has not had activity in the
|
|
last 28 days. If this issue is still valid, please ping a maintainer.
|
|
Thank you for your contributions.
|
|
exemptLabels:
|
|
- bug
|
|
- request
|
|
- help-wanted
|