Skip to content

Commit e2d9355

Browse files
committed
chore: Update stale.yml to only apply to pulls, not issues
1 parent 78bf4c6 commit e2d9355

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/stale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
daysUntilStale: 14
33
# Number of days of inactivity before a stale issue is closed
44
daysUntilClose: 5
5+
# Only apply the stale logic to pulls, since we are using issues to manage work
6+
only: pulls
57
# Label to apply when stale.
68
staleLabel: stale
79
# Comment to post when marking an issue as stale. Set to `false` to disable
810
markComment: >
911
This issue has been automatically marked as stale because it has not had
1012
recent activity. It will be closed if no activity occurs in the next 5 days.
1113
# Comment to post when closing a stale issue. Set to `false` to disable
12-
closeComment: false
14+
closeComment: false

0 commit comments

Comments
 (0)