Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
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
13 changes: 13 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ daysUntilClose: 14
# Issues with these labels will never be considered stale
exemptLabels:
- "D9-needsaudit 👮"
- "I5-documentation 📄"
- "I6-refactor 🧹"
- "I7-footprint 👣"
- "I8-enhancement 🎁"
- "I9-meta 📦"
- "P7-nicetohave"
- "P9-somedaymaybe"
- "Z1-mentor"
- "Z2-bounty"
# Label to use when marking an issue as stale
staleLabel: "A3-stale"
# Comment to post when marking an issue as stale. Set to `false` to disable
Expand All @@ -14,3 +23,7 @@ markComment: >
occurs. Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: true
# Limit to only `pulls`
only: pulls