diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-06-05 12:36:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 12:36:19 +0200 |
commit | 0c842827d536c708a56bca1e86e81e8c5840410f (patch) | |
tree | c6c03a17e3dced0f379636631485d0f17bdce0dc /.github | |
parent | 42af084f347d5a79f102311c87d5d3e5dc43d01d (diff) | |
download | nextcloud-server-0c842827d536c708a56bca1e86e81e8c5840410f.tar.gz nextcloud-server-0c842827d536c708a56bca1e86e81e8c5840410f.zip |
Update stale.yml
Limit to 1 until we find out why onlyLabels is not respected...
Diffstat (limited to '.github')
-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 0235daa9121..dad19fa1283 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -27,4 +27,4 @@ markComment: > for your contributions. # Limit the number of actions per hour, from 1-30. Default is 30 -limitPerRun: 30 +limitPerRun: 1 |