From c9147878cbf7476e5b87beecb33d1d66f51d3825 Mon Sep 17 00:00:00 2001 From: Ovilia <zwl.sjtu@gmail.com> Date: Tue, 6 Sep 2022 09:56:24 +0800 Subject: [PATCH] chore(stale): exclude all prs with milestones --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3085c055bd..bcdea0e49b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -26,6 +26,6 @@ jobs: stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR. We are sorry for this but 2 years is a long time and the code base has been changed a lot. Thanks for your contribution anyway.' close-pr-message: 'This PR has been automatically closed because it has not had recent activity. Sorry for that and we are looking forward to your next contribution.' exempt-issue-labels: 'FAQ,priority: high' - exempt-milestones: 'TBD' + exempt-all-milestones: true operations-per-run: 500 ascending: true