From aeedc9d5f13c414a3656d7fabdd3333871195ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 12 Jun 2019 12:11:11 +0200 Subject: [PATCH] 30 issues per run on stale bot Now that we use a fixed branch for the bot, and since I removed all the untagged stale issues we can go back to full thrust https://github.com/nextcloud/server/issues?page=1&q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen+label%3Astale+-label%3A%22needs+info%22+-label%3A%220.+Needs+triage%22+-label%3A%221.+to+develop%22+-label%3A%223.+to+review%22&utf8=%E2%9C%93 --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 1caa4f02288..e80482c340a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -27,7 +27,7 @@ markComment: > for your contributions. # Limit the number of actions per hour, from 1-30. Default is 30 -limitPerRun: 1 +limitPerRun: 30 # Limit to only `issues` or `pulls` only: issues