From 1b9f0f97369cd629ae00ca48594b0d0b77cbacf3 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:10:31 -0500 Subject: [PATCH] Modify stale.yml for issue management (#3460) Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 418014ef9..bc4347904 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,6 +20,7 @@ jobs: uses: actions/stale@v10.1.0 with: days-before-stale: 30 + stale-issue-message: This issue hasn not had any comment or update in the last 30 days. If it is still relevant, please post update comments. If no comments are made, this issue will be closed in 7 days. exempt-issue-labels: 'has sponsor,needs sponsor,help wanted,backlog,security issue,l10n,dependencies' exempt-pr-labels: 'has sponsor,needs sponsor,help wanted,backlog,security issue,l10n,dependencies' - operations-per-run: 1000 + operations-per-run: 100