From 171850d89f8349bfcbb4572877c3f76a68393220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 21 Mar 2019 23:06:10 +0000 Subject: [PATCH] chore(github): don't limit probot/stale to only issues --- .github/stale.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 6e13c12fc..1569c35c2 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -30,6 +30,3 @@ markComment: > # Limit the number of actions per hour, from 1-30. Default is 30 limitPerRun: 30 - -# Limit to only `issues` or `pulls` -only: pulls