From 63af4c5b0aa6682f888c1804321ba61c312b84e5 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 4 Nov 2019 13:05:36 +0530 Subject: [PATCH] fix: Update stale message --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 537fc5e99a..dd1ab9e9e7 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -23,7 +23,7 @@ staleLabel: inactive # Comment to post when marking as stale. Set to `false` to disable markComment: > This pull request has been automatically marked as stale because it has not had - recent activity. It will be closed within a week if no further activity occurs, but it + recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing.