From 2253481c848630264f0763bec52e43e2ed97e17a Mon Sep 17 00:00:00 2001 From: S Kevin Joe Harris Date: Sun, 15 Feb 2026 02:58:14 +0530 Subject: [PATCH] fix(ci): Remove stale label when Issue/PR is updated (#26452) Signed-off-by: Kevin Joe Harris --- .github/workflows/stale.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 3a5259c16b..304d6c2d69 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -28,4 +28,6 @@ jobs: exempt-issue-labels: > bug, security, breaking/high, breaking/medium, breaking/low + # General configuration operations-per-run: 200 + remove-stale-when-updated: true #Remove stale label when issue/pr is updated