From 6fc8db2b5577fb115e483aa3d1f8d3076f217b49 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Tue, 6 Feb 2018 20:09:53 +0530 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 22fc423a6e..39c8f74b9c 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,7 +4,7 @@ daysUntilStale: 10 daysUntilClose: 5 # Issues with these labels will never be considered stale exemptLabels: - - in progress + - Resolution/Postponed # Label to use when marking an issue as stale staleLabel: Resolution/Stale # Comment to post when marking an issue as stale. Set to `false` to disable @@ -13,3 +13,5 @@ markComment: > recent activity. It will be closed if no further activity occurs. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false +# Only pull requests +only: pulls