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