Ignore issues listed in a project or milestone (#6688)

This commit is contained in:
Thomas Kooi 2018-11-18 15:42:03 +01:00 committed by GitHub
parent 48e81ff45d
commit 71a206591a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.github/stale.yml vendored
View File

@ -39,3 +39,9 @@ limitPerRun: 30
# Limit to only `issues` or `pulls` # Limit to only `issues` or `pulls`
only: issues only: issues
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: true
# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: true