From 33c7948a65db6412533beb4cf62c5186cb5699c0 Mon Sep 17 00:00:00 2001 From: liujuping Date: Fri, 8 Jul 2022 10:32:36 +0800 Subject: [PATCH] chore: added exempt-all-assignee configuration to deal with the problem of mistakenly turned off --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 2cb0ccaf8..6fa710ec4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,4 +19,5 @@ jobs: days-before-pr-close: 10 exempt-issue-labels: 'bug,enhancement,good first issue,help wanted,WIP,discussion,documentation,later,material' stale-issue-label: 'stale' - stale-pr-label: 'stale' \ No newline at end of file + stale-pr-label: 'stale' + exempt-all-assignee: true \ No newline at end of file