Skip to content

Commit 6054be5

Browse files
committed
.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 <[email protected]>
1 parent 3a35aeb commit 6054be5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/stale.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ jobs:
4747
# Labels on PRs exempted from stale
4848
exempt-pr-labels: 'pinned,security'
4949

50-
# Exempt all PRs with milestones from stale (also exempts Issues)
51-
exempt-all-pr-milestones: true
52-
5350
# Max number of operations per run
5451
operations-per-run: 100
5552

0 commit comments

Comments
 (0)