diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2019-01-14 08:26:57 +0000 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2019-01-14 08:26:57 +0000 |
commit | c2b56b62d58b74ea3b81ffd02aa638e5afdaf6cb (patch) | |
tree | 31e0aa97e51cf84aec25af9b4c33cb2730b24a6e | |
parent | 2b247d51df6000a2cd85d37dddeee98528d23a33 (diff) | |
download | virtualenv-c2b56b62d58b74ea3b81ffd02aa638e5afdaf6cb.tar.gz |
add stale issue
-rw-r--r-- | .github/stale.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..3a17cb3 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,11 @@ +daysUntilStale: 90 +daysUntilClose: 7 +exemptLabels: + - pinned + - security +staleLabel: wontfix +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. Just add a comment + if you want to keep it open. Thank you for your contributions. +closeComment: false |