diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-06-12 12:11:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 12:11:11 +0200 |
commit | aeedc9d5f13c414a3656d7fabdd3333871195ef9 (patch) | |
tree | bf31367001df34aff5ac68470cf23f760f3c34b2 /.github/stale.yml | |
parent | edb5a4b49a1adb55f6da17b068d4edc5d7ba496a (diff) | |
download | nextcloud-server-aeedc9d5f13c414a3656d7fabdd3333871195ef9.tar.gz nextcloud-server-aeedc9d5f13c414a3656d7fabdd3333871195ef9.zip |
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
Diffstat (limited to '.github/stale.yml')
-rw-r--r-- | .github/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |