From 2230097dc79f15964f943f82a23a5ba1b14012b3 Mon Sep 17 00:00:00 2001 From: Sven van Ginkel Date: Thu, 12 Feb 2026 18:29:22 +0100 Subject: [PATCH] chore: update inactivity-actions (#1742) --- .github/workflows/inactivity-actions.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/inactivity-actions.yml b/.github/workflows/inactivity-actions.yml index 6ea8e718..72dd1cc9 100644 --- a/.github/workflows/inactivity-actions.yml +++ b/.github/workflows/inactivity-actions.yml @@ -6,6 +6,7 @@ on: workflow_dispatch: permissions: + actions: write issues: write pull-requests: write @@ -48,6 +49,9 @@ jobs: # Action can not skip PRs, set it to 100 years to cover it. days-before-pr-stale: 36524 + # Max issues to process before early exit. Next run resumes from cache. GH API limit: 5000. + operations-per-run: 1500 + # Labels stale-issue-label: 'stale' remove-stale-when-updated: true @@ -56,4 +60,5 @@ jobs: # Exemptions exempt-assignees: true - exempt-milestones: true \ No newline at end of file + + exempt-milestones: true