diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-01-06 07:58:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 07:58:38 -0500 |
commit | d364a0effeac6638d44301e1672ac0b27bf6ee7f (patch) | |
tree | 357ac36b01ba2e75de8c2fbb91d4658c7c95a3fb | |
parent | f4b03a8887ded3d75811e0bce3c39da3788365bb (diff) |
enable stale bot (#9011)
-rw-r--r-- | .github/stale.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..6e59d33a7 --- /dev/null +++ b/.github/stale.yml @@ -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. |