From 450316ffa1fa6e936f730e91496d04e278975099 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 7 Jul 2021 16:57:07 +0200 Subject: [PATCH] Fix wrong number Fix wrong number Signed-off-by: Bensuperpc --- .github/workflows/expired.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/expired.yml b/.github/workflows/expired.yml index 358b906..e87ff16 100644 --- a/.github/workflows/expired.yml +++ b/.github/workflows/expired.yml @@ -12,8 +12,8 @@ jobs: exempt-issue-milestones: 'future,alpha,beta,release' exempt-pr-milestones: 'bugfix,improvement' exempt-all-pr-assignees: true - stale-issue-message: 'This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 15 days.' - stale-pr-message: 'This PR is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 15 days.' + stale-issue-message: 'This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 30 days.' + stale-pr-message: 'This PR is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 30 days.' close-issue-message: 'This issue was closed because it has been stalled for 30 days with no activity.' close-pr-message: 'This PR was closed because it has been stalled for 30 days with no activity.' days-before-issue-stale: 120