From 66fba32d1a049c50e3e4519220a0a381aa48ff06 Mon Sep 17 00:00:00 2001 From: Julien Brochet Date: Wed, 7 Oct 2020 13:38:34 +0200 Subject: [PATCH] feat(github): add stale bot --- .github/stale.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..6f51203 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,22 @@ +# https://github.com/probot/stale + +daysUntilStale: 60 +daysUntilClose: 7 + +onlyLabels: [] +exemptLabels: + - help wanted + - good first issue + +exemptProjects: false +exemptMilestones: false +exemptAssignees: false + +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. + +limitPerRun: 30