From e54dce950d9085d97d0f8f72749399ee56c2e730 Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20Molakvo=C3=A6?= Date: Wed, 5 Jun 2019 13:00:34 +0200 Subject: [PATCH] Stale bot: only issues --- .github/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index dad19fa1283..1caa4f02288 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -28,3 +28,6 @@ markComment: > # Limit the number of actions per hour, from 1-30. Default is 30 limitPerRun: 1 + +# Limit to only `issues` or `pulls` +only: issues -- 2.39.5