From 8e5b72feea8143090bae0e628797eaebf9e63d11 Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Thu, 11 Feb 2021 15:59:37 -0500 Subject: [PATCH] Incorporate features from actions/stale#224 --- .github/workflows/ci_cron_monthly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_cron_monthly.yml b/.github/workflows/ci_cron_monthly.yml index bc3e449f1cdb..df5cb7df367d 100644 --- a/.github/workflows/ci_cron_monthly.yml +++ b/.github/workflows/ci_cron_monthly.yml @@ -13,7 +13,8 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} operations-per-run: 50 - days-before-stale: 150 + days-before-issue-stale: 7 + days-before-pr-stale: 150 days-before-close: 30 stale-pr-label: 'Close?' stale-pr-message: 'This pull request is stale because it has been open 150 days with no activity. Remove Close? label or comment or this will be closed in 30 days.'