mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
17 lines
477 B
YAML
17 lines
477 B
YAML
# Configuration for probot-stale - https://github.com/probot/stale
|
|
daysUntilStale: 32
|
|
daysUntilClose: 8
|
|
exemptLabels:
|
|
- pinned
|
|
- security
|
|
- confirmed
|
|
staleLabel: stale-bot
|
|
markComment: >
|
|
This issue has been automatically marked as stale because it has not had
|
|
recent activity. It will be closed if no further activity occurs. Thank you
|
|
for your contributions.
|
|
closeComment: >
|
|
This issue has been automatically closed it has not had recent activity.
|
|
only: issues
|
|
|