diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-25 11:47:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-25 11:47:40 +0200 |
commit | 91945aa78a4269acd51d93f88a47d71c38ad63d9 (patch) | |
tree | cd9c75b3478fffc85082403d405a0f55c50b678f | |
parent | 48f75b86aed816ef5afaaae64416dbeaa14e4fda (diff) |
Create stale.yml (#12207)
-rw-r--r-- | .github/stale.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..bae597628 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,9 @@ +daysUntilStale: 60 +daysUntilClose: 7 +exemptLabels: + - 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. Thank you + for your contributions. |