From 6054be59c56a13670abd7d00b828d43730c535c8 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 14 Nov 2024 16:49:32 +0100 Subject: [PATCH] .github/workflows: Do not exempt PRs with milestone The stale bot doesn't close certain PRs, even if they have been inactive for several years, because almost all of these PRs have a milestone Signed-off-by: Guillaume Abrioux --- .github/workflows/stale.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 510a6bebd4e..8d05402a73d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -47,9 +47,6 @@ jobs: # Labels on PRs exempted from stale exempt-pr-labels: 'pinned,security' - # Exempt all PRs with milestones from stale (also exempts Issues) - exempt-all-pr-milestones: true - # Max number of operations per run operations-per-run: 100 -- 2.39.5