From 66f2f1f7ef9143633b4a767b3094c3c19d20ad35 Mon Sep 17 00:00:00 2001 From: DavidMina96 Date: Fri, 10 Mar 2023 11:57:37 +0200 Subject: [PATCH] Run probot-stale only on issues --- .github/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 736996641..9f384ab85 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -29,3 +29,6 @@ closeComment: > This issue has been automatically closed since we haven't heard back from you. Please feel free to re-open the issue if you have more information to add. + +# Limit to only `issues` or `pulls` +only: issues