Skip to content

Commit 8aed15d

Browse files
committed
fix: Update Stale bot to ignore PRs/issues with...
...the `dont-close` label.
1 parent 7ea1ca6 commit 8aed15d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ onlyLabels: []
1313
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
1414
exemptLabels:
1515
- "approved"
16+
- "dont-close"
1617

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

0 commit comments

Comments
 (0)