From c92a8b312efa690ccf8a4b932806726bce8da65e Mon Sep 17 00:00:00 2001 From: Chris Elion Date: Thu, 3 Oct 2019 11:15:14 -0700 Subject: [PATCH] Only run bot on issues --- .github/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index a5e761fc06..14db252808 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,6 +4,9 @@ # Label to use when marking as stale staleLabel: stale +# Only run on issues +only: issues + # Issue specific configuration issues: # TODO: Raise the limitPerRun once we are satisfied with the bot's performance