From 3c85ad9241d1db1a2728c969c5f7359a0c20b541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Agostinho?= Date: Thu, 23 Nov 2017 22:49:51 +0000 Subject: [PATCH] Stale set up --- .github/stale.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000000..debee34adad --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,27 @@ +# Configuration for probot-stale - https://github.com/probot/stale + +# Number of days of inactivity before an Issue or Pull Request becomes stale +daysUntilStale: 60 +# Number of days of inactivity before a stale Issue or Pull Request is closed +# daysUntilClose: 7 +# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable +exemptLabels: + - "status: needs review" + - "status: needs testing" + - "status: needs decision" + - "status: ready to merge" +# Label to use when marking as stale +staleLabel: "status: stale" +# Comment to post when marking as stale. Set to `false` to disable +markComment: | + This pull request has been automatically marked as stale because it hasn't had + any activity in the past 60 days. Commenting or adding a new commit to the + pull request will revert this. + + Come back whenever you have time. We look forward to your contribution. +# Comment to post when removing the stale label. Set to `false` to disable +unmarkComment: false +# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable +closeComment: false +# Limit to only `issues` or `pulls` +only: pulls