From 8a4d19d9ba1c9fe4b7acbd10b0261f806d1a3c1f Mon Sep 17 00:00:00 2001 From: crazywoola Date: Wed, 21 Jun 2023 09:10:07 +0800 Subject: [PATCH] fix: actions --- .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 88e1be6a6f..40ae6ece95 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,4 +27,4 @@ jobs: stale-pr-message: "Close due to it's no longer active, if you have any questions, you can reopen it." stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' - only-labels: 'duplicate,question,invalid,wontfix,no-issue-activity,no-pr-activity,enhancement' + any-of-labels: 'duplicate,question,invalid,wontfix,no-issue-activity,no-pr-activity,enhancement'