From 5e355f786eaa37ced04b5d7975edb9da1a837068 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Feb 2020 01:05:29 +0100 Subject: [PATCH] Update stale bot --- .github/workflows/stale-issues.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 3e2f9b06a35..4d15f84b3f8 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -15,3 +15,7 @@ jobs: exempt-issue-label: 'Priority High / Blocking' days-before-stale: 365 days-before-close: 10 + #stale-pr-message: 'This PR is stale because it has been open 1 year with no activity. If this PR is still mergeable (no conflict, nor Continuous Integration errors), please comment to confirm this merge is still expected. Without comment, this issue will be closed automatically by stale bot in 15 days.' + #stale-pr-label: 'PR Stale (automatic label)' + #exempt-pr-label: 'Priority Top Strategic' + \ No newline at end of file