update stale bot (#4769)

Co-authored-by: chaton <thomas@grid.ai>
This commit is contained in:
Jirka Borovec 2020-11-19 21:45:44 +01:00 committed by GitHub
parent 8e8263ab6c
commit e752348e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
.github/stale.yml vendored
View File

@ -40,3 +40,10 @@ pulls:
staleLabel: "won't fix"
# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 10
# 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
# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: true