From 8d0814e460676e76b1b19d045f413061c37c5ec2 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 28 Jun 2026 19:41:13 +0200 Subject: [PATCH] chore(ci): remove stale label from PR when there is activity --- .github/workflows/stale-waiting-for-reply.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale-waiting-for-reply.yml b/.github/workflows/stale-waiting-for-reply.yml index 355ab1dfc..2c0bb536b 100644 --- a/.github/workflows/stale-waiting-for-reply.yml +++ b/.github/workflows/stale-waiting-for-reply.yml @@ -24,6 +24,7 @@ jobs: questions. If you're still seeing this on a recent version, just drop a comment with the requested info and we'll reopen. Thanks for the report! - days-before-pr-stale: -1 + stale-pr-label: 'waiting for reply' + days-before-pr-stale: 30 days-before-pr-close: -1 operations-per-run: 100