From 11985733c3b5e638f2c12d62b9367ceb5278cf0a Mon Sep 17 00:00:00 2001 From: Suchintan Date: Mon, 7 Oct 2024 22:03:38 -0600 Subject: [PATCH] Disable inactive issue closer (#920) --- .github/workflows/inactive-issues-and-prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/inactive-issues-and-prs.yml b/.github/workflows/inactive-issues-and-prs.yml index 00ec77c6..f3f2d94d 100644 --- a/.github/workflows/inactive-issues-and-prs.yml +++ b/.github/workflows/inactive-issues-and-prs.yml @@ -1,7 +1,7 @@ name: Close inactive issues on: - schedule: - - cron: "30 1 * * *" + workflow_dispatch: + jobs: close-issues: