From 9ff08d1f24c95cc8fa206e592791212d3ea733cf Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Wed, 3 Jul 2019 14:05:20 +0100 Subject: [PATCH] #1251 add config for prs --- .github/stale.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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. +