diff --git a/.github/stale.yml b/.github/stale.yml index 6b645821a..8540acf71 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,17 @@ -daysUntilStale: 60 daysUntilClose: false staleLabel: stale -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be now be reviewed manually. Thank you - for your contributions. + +issues: + daysUntilStale: 60 + markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be now be reviewed manually. Thank you + for your contributions. + +pulls: + daysUntilStale: 7 + markComment: > + This pull request has been automatically marked as stale because it has not had + recent activity. It will be now be reviewed manually. Thank you + for your contributions. +