From 0987547b9299b5e306b156a76eb97bbb9e6ab832 Mon Sep 17 00:00:00 2001 From: Daniel Bernal Date: Thu, 11 Apr 2024 11:58:16 +0200 Subject: [PATCH] Remove stale on updates --- .github/workflows/stale_pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale_pr.yml b/.github/workflows/stale_pr.yml index 17eb5c7f18..ef47822951 100644 --- a/.github/workflows/stale_pr.yml +++ b/.github/workflows/stale_pr.yml @@ -16,4 +16,5 @@ jobs: close-pr-message: 'This PR has been closed after 14 days of inactivity. Feel free to reopen it if you plan to continue working on it or have further discussions.' days-before-close: 7 stale-pr-label: stale - exempt-draft-pr: true \ No newline at end of file + exempt-draft-pr: true + remove-pr-stale-when-updated: true \ No newline at end of file