Set up stale bot for Infra Monitoring UI issues (#132851)

This commit is contained in:
Nathan L Smith 2022-05-25 17:04:15 +02:00 committed by GitHub
parent 272d9be670
commit 8a180368df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.github/stale.yml vendored
View file

@ -8,10 +8,10 @@ daysUntilStale: 180
daysUntilClose: false
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: ["Team:apm"]
onlyLabels: ['Team:apm', 'Team:Infra Monitoring UI']
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: ["technical debt", "prevent stale"]
exemptLabels: ['technical debt', 'prevent stale']
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false
@ -44,7 +44,6 @@ limitPerRun: 30
# Limit to only `issues` or `pulls`
only: issues
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
# pulls:
# daysUntilStale: 30