From 5a3563191f0453fdfc296dccca2444ee3da6cf0a Mon Sep 17 00:00:00 2001 From: Kevin Zhang <45326534+taooceros@users.noreply.github.com> Date: Wed, 13 Jul 2022 02:42:30 -0500 Subject: [PATCH] Update stale message --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index cd58922b8..052e1d225 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,12 +15,12 @@ jobs: steps: - uses: actions/stale@v4 with: - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' + stale-issue-message: 'This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.' days-before-stale: 45 days-before-close: 7 days-before-pr-close: -1 exempt-all-milestones: true - close-issue-message: 'This issue was closed because it has been stale for 5 days with no activity. If you feel this issue still needs attention please feel free to reopen.' + close-issue-message: 'This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.' stale-pr-label: 'no-pr-activity' exempt-issue-labels: 'keep-fresh' - exempt-pr-labels: 'keep-fresh,awaiting-approval,work-in-progress' \ No newline at end of file + exempt-pr-labels: 'keep-fresh,awaiting-approval,work-in-progress'