From 7961409cadf75e2441e065528916b69c7b1eb113 Mon Sep 17 00:00:00 2001 From: Princess Mortix <47502554+princessmortix@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:23:58 -0300 Subject: [PATCH] CI: make issue bot less agressive --- .github/workflows/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index d23cad0d4..e44be67ae 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -1,7 +1,7 @@ name: Close inactive issues on: schedule: - - cron: "30 1 * * *" + - cron: "0 0 14,28 * *" workflow_dispatch: jobs: