Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Limit to only `issues`
only: issues

# Number of days of inactivity before an Issue or Pull Request is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 14

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- bug
- "technical issues"

# Comment to post when marking as stale. Set to `false` to disable
markComment: false

# Comment to post when closing a stale Issue or Pull Request.
closeComment: >
This issue has been automatically closed since there has not been
any recent activity. Please open a new issue for related bugs.

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30