From 162bb48f01d9290bfb11f7463a8e0ba9f10221d4 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Thu, 14 Jan 2021 13:09:29 +0100 Subject: [PATCH] stale bot act only on issues --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index fb3e2fdb4..2c5eb0bb6 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,3 +1,4 @@ +only: issues # Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed