From c1fc80e9126bd83128962242c7abd65b072b5cd6 Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Fri, 13 Aug 2021 18:14:50 -0400 Subject: [PATCH] stale: Disable on pull requests I dislike bots like this generally, but I especially think it's disheartening to auto-reject PRs. I'd think more than twice about contributing to a project if I thought my contribution would eventually be closed by a bot. For an example, see https://github.com/hrsh7th/nvim-compe/pull/378#issuecomment-898434903 --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 18c8bc3f..aaf48289 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -41,7 +41,7 @@ markComment: > limitPerRun: 30 # Limit to only `issues` or `pulls` -# only: issues +only: issues # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': # pulls: