Skip to content

Commit 4988ebb

Browse files
authored
Change stale bot to only touch pull requests over 120 days old (mastodon#12217)
1 parent 9b36f62 commit 4988ebb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
daysUntilStale: 60
1+
daysUntilStale: 120
22
daysUntilClose: 7
33
exemptLabels:
44
- security
@@ -7,3 +7,4 @@ markComment: >
77
This issue has been automatically marked as stale because it has not had
88
recent activity. It will be closed if no further activity occurs. Thank you
99
for your contributions.
10+
only: pulls

0 commit comments

Comments
 (0)