From 172d8df8afe4a66daa89c6af5039f4f1abdb612b Mon Sep 17 00:00:00 2001 From: pimlie Date: Tue, 23 Apr 2019 11:47:57 +0200 Subject: [PATCH] chore: add stale bot --- .github/stale.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..865b185 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +# Configuration for probot-stale - https://github.com/probot/stale +daysUntilStale: 21 +daysUntilClose: 7 +staleLabel: stale +exemptLabels: + - "cmty:feature-request" + - "WIP" + - "pending" + - "discussion" +markComment: > + Thanks for your contribution to vue-meta! + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. + If you would like this issue to remain open: + 1. Verify that you can still reproduce the issue in the latest version of vue-meta + 1. Comment the steps to reproduce it + Issues that are labeled as `pending` will not be automatically marked as stale.