Skip to content
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
11 changes: 4 additions & 7 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ onlyLabels: []

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- pinned
- security
- "to be implemented"
- "for reference"
- "move to PR"
- "enhancement"
- "Type: For reference"
- "Type: To be implemented"
- "Type: Feature request"

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false
Expand All @@ -29,7 +26,7 @@ exemptMilestones: false
exemptAssignees: false

# Label to use when marking as stale
staleLabel: stale
staleLabel: Status: Stale

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