From d731dbfbb497d3da6129f6d95196a5717d545625 Mon Sep 17 00:00:00 2001 From: jason plumb <75337021+breedx-splk@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:38:38 -0800 Subject: [PATCH] relax from every hour to every 8 hours. (#774) --- .github/workflows/add-stale-label.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-stale-label.yaml b/.github/workflows/add-stale-label.yaml index 3a21a053..8fc2d2bd 100644 --- a/.github/workflows/add-stale-label.yaml +++ b/.github/workflows/add-stale-label.yaml @@ -2,8 +2,8 @@ name: Issue management - run stale action on: schedule: - # hourly at minute 41 - - cron: "41 * * * *" + # every 8 hours at 41 past + - cron: "41 */8 * * *" permissions: contents: read