From 5c76b18ddd3696a20a6e48218924e8dd68c91764 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Tue, 24 Jun 2025 16:27:05 +0800 Subject: [PATCH] Delete .github/workflows/stale_action --- .github/workflows/stale_action | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/workflows/stale_action diff --git a/.github/workflows/stale_action b/.github/workflows/stale_action deleted file mode 100644 index 90cf292..0000000 --- a/.github/workflows/stale_action +++ /dev/null @@ -1,6 +0,0 @@ -- name: Close Stale Issues - uses: actions/stale@v9.1.0 - permission: - actions: write - contents: write # only for delete-branch option - issues: write