From 26d714117e3596837807235938c905d997ac2acf Mon Sep 17 00:00:00 2001 From: Sergey Petrov Date: Sat, 24 Nov 2018 00:09:44 +0300 Subject: [PATCH] Do not close pull requests as stale --- .github/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 97806df..d642d47 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,3 +8,6 @@ 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. + +# Limit to only `issues` or `pulls` +only: issues