Skip to content

Commit 8622e5c

Browse files
authored
Prevent Stalebot from closing PRs (#5416)
1 parent bcda96b commit 8622e5c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/stale.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ exemptLabels:
77
- pinned
88
- security
99
- good first issue
10-
- up for grabs
10+
- up-for-grabs
11+
- bug
12+
- enhancement
13+
- help wanted
1114
# Label to use when marking an issue as stale
1215
staleLabel: wontfix
16+
# Limit to only `issues` not `pulls`
17+
only: issues
1318
# Comment to post when marking an issue as stale. Set to `false` to disable
1419
markComment: >
1520
This issue has been automatically marked as stale because it has not had

0 commit comments

Comments
 (0)