Skip to content

Commit

Permalink
chore(github): configure stalebot
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSolati committed Nov 30, 2020
1 parent 42ee6e0 commit 9aee4ad
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels:
- question

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false

# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: false

# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: false

# Limit to only `issues` or `pulls`
only: issues

0 comments on commit 9aee4ad

Please sign in to comment.