From b73c87cf25a125fbb1cc82c050ab2f7319a3e334 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 10 Feb 2025 11:29:44 -0500 Subject: [PATCH] Revert ".github/workflows: Do not exempt PRs with milestone" This reverts commit 6054be59c56a13670abd7d00b828d43730c535c8. Signed-off-by: Casey Bodley --- .github/workflows/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8d05402a73d..510a6bebd4e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -47,6 +47,9 @@ 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.47.3