mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 20:15:10 +01:00
Change stale bot to only touch pull requests over 120 days old (#12217)
This commit is contained in:
parent
9b36f62df6
commit
4988ebba4e
3
.github/stale.yml
vendored
3
.github/stale.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
daysUntilStale: 60
|
daysUntilStale: 120
|
||||||
daysUntilClose: 7
|
daysUntilClose: 7
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- security
|
- security
|
||||||
@ -7,3 +7,4 @@ markComment: >
|
|||||||
This issue has been automatically marked as stale because it has not had
|
This issue has been automatically marked as stale because it has not had
|
||||||
recent activity. It will be closed if no further activity occurs. Thank you
|
recent activity. It will be closed if no further activity occurs. Thank you
|
||||||
for your contributions.
|
for your contributions.
|
||||||
|
only: pulls
|
||||||
|
Loading…
Reference in New Issue
Block a user