From 1955a838f357335fdbc640626dac1bd11ec04c20 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Wed, 9 Jul 2025 04:07:23 +0300 Subject: [PATCH] actions stale update --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1cad972..7c424e1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,6 +3,7 @@ name: Close stale issues on: schedule: - cron: '0 0 * * *' + workflow_dispatch: permissions: actions: write @@ -26,3 +27,4 @@ jobs: exempt-issue-labels: 'pinned,games' remove-stale-when-updated: true + operations-per-run: 100