mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
eaabef30d0
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
22 lines
450 B
YAML
22 lines
450 B
YAML
# https://github.com/probot/stale
|
|
|
|
daysUntilStale: 60
|
|
|
|
daysUntilClose: 7
|
|
|
|
exemptLabels:
|
|
- bug
|
|
- suggestion
|
|
- feat
|
|
- tests
|
|
- build
|
|
- docs
|
|
|
|
exemptMilestones: true
|
|
|
|
staleLabel: stale
|
|
|
|
markComment: >
|
|
This issue has been [automatically marked as stale](https://probot.github.io/apps/stale/#how-it-works)
|
|
because it has not had recent activity. It will be closed in 7 days if no
|
|
further activity occurs. Thank you for your contributions.
|