Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Changes from 1 commit
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
9 changes: 9 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 Down