From 3b9f01766e62615d5b075241cd2c9c0261299ed6 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Tue, 18 May 2021 10:07:42 -0400 Subject: [PATCH] chore(stale) adjust issue closure timeouts --- .github/workflows/close_old_issues.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/close_old_issues.yml b/.github/workflows/close_old_issues.yml index 5e8df3138..e59e2ffba 100644 --- a/.github/workflows/close_old_issues.yml +++ b/.github/workflows/close_old_issues.yml @@ -11,10 +11,10 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.LVGL_BOT_TOKEN }} - 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-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.' - close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.' - days-before-stale: 30 - days-before-close: 5 + stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.' + stale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.' + close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.' + days-before-stale: 14 + days-before-close: 7 exempt-issue-labels: 'pinned' exempt-pr-labels: 'pinned'