diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-06-05 09:38:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 09:38:25 +0200 |
commit | 59b03bd3cecf37cffdfb530354e55f059a633f0b (patch) | |
tree | 41f2df101ba4c8cae22bc1a2879da52e94808307 /.github | |
parent | 3b2a052eca5ea3d56972229c56614a5c3e624072 (diff) | |
download | nextcloud-server-59b03bd3cecf37cffdfb530354e55f059a633f0b.tar.gz nextcloud-server-59b03bd3cecf37cffdfb530354e55f059a633f0b.zip |
Update stale.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 3ef4d01d82a..0235daa9121 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,12 +4,11 @@ daysUntilStale: 60 # If no answer after two weeks, we close daysUntilClose: 14 -# Only issues or pull requests that requires info from the op and are not triaged +# Only issues that requires info from the op onlyLabels: - "needs info" - - "0. Needs triage" -# If security or already triaged, ignore +# Only if issues that are not triaged exemptLabels: - "1. to develop" - "2. developing" |