From: Guillaume Abrioux Date: Thu, 14 Nov 2024 15:49:32 +0000 (+0100) Subject: .github/workflows: Do not exempt PRs with milestone X-Git-Tag: v20.0.0~627^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6054be59c56a13670abd7d00b828d43730c535c8;p=ceph.git .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 --- 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