diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-06-05 13:00:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 13:00:34 +0200 |
commit | e54dce950d9085d97d0f8f72749399ee56c2e730 (patch) | |
tree | 93de3ee2f176690302f184e3e21ca3c7ffe85e38 /.github | |
parent | ad62974a8140eb649e763bae164c7f831cc44def (diff) | |
download | nextcloud-server-e54dce950d9085d97d0f8f72749399ee56c2e730.tar.gz nextcloud-server-e54dce950d9085d97d0f8f72749399ee56c2e730.zip |
Stale bot: only issues
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |