mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
enable stale bot (#9011)
This commit is contained in:
parent
f4b03a8887
commit
d364a0effe
1 changed files with 17 additions and 0 deletions
17
.github/stale.yml
vendored
Normal file
17
.github/stale.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
# https://github.com/probot/stale
|
||||
|
||||
daysUntilStale: 60
|
||||
|
||||
daysUntilClose: 7
|
||||
|
||||
exemptLabels:
|
||||
- bug
|
||||
- suggestion
|
||||
- feat
|
||||
|
||||
staleLabel: stale
|
||||
|
||||
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.
|
Loading…
Reference in a new issue