From 807b792b14505bd9d27ac33db2fac8275da07ba3 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 9 Sep 2024 12:25:43 -0400 Subject: [PATCH] Update stale action to remove stale label when unstale --- .github/workflows/cron-stale.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cron-stale.yml b/.github/workflows/cron-stale.yml index a2dd4706d42c..e710afdb17ce 100644 --- a/.github/workflows/cron-stale.yml +++ b/.github/workflows/cron-stale.yml @@ -45,3 +45,7 @@ jobs: stale-pr-label: ':snowflake: Stale' exempt-pr-labels: ':hourglass: Long Term,:exclamation: High Priority' + labels-to-remove-when-unstale: ':snowflake: Stale' + remove-stale-when-updated: true + +