Merge pull request #2937 from nextcloud/staleSecondTry

Stale: issue must have bug and must not have approved label
This commit is contained in:
Tobias Kaminsky 2021-02-18 12:54:17 +01:00 committed by GitHub
commit 6c9cfa319b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/stale.yml vendored
View file

@ -1,18 +1,13 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 28
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 14
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels:
- bug
# Issues with these labels will never be considered stale
exemptLabels:
- 1. to develop
- 2. to review
- 3. to release
- 4. to test
- backport-request
- overview
- security
- spec
- approved
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable