From 6b672bb3e94dcd64b2185185d9ff66163dca6ef5 Mon Sep 17 00:00:00 2001 From: imbajin Date: Mon, 31 May 2021 17:47:26 +0800 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 668a7f4573..521829bf87 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: "30 9 * * *" + - cron: "0 21 * * *" jobs: stale: @@ -20,16 +20,16 @@ jobs: stale-pr-message: 'Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label' stale-issue-label: 'inactive' stale-pr-label: 'inactive' - exempt-issue-labels: 'feature,bug,wontfix,beta,enhancement,improvement,todo' + exempt-issue-labels: 'feature,bug,enhancement,improvement,wontfix,todo' days-before-issue-stale: 15 days-before-issue-close: 20 days-before-pr-stale: 30 days-before-pr-close: 180 operations-per-run: 25 - start-date: '2021-01-01T00:00:00Z' - exempt-assignees: 'javame,Linary,zhoney' + start-date: '2020-12-01T00:00:00Z' + exempt-all-assignees: true remove-stale-when-updated: true exempt-all-pr-milestones: true delete-branch: false