Revert ".github/workflows: Do not exempt PRs with milestone"

This reverts commit 6054be59c5.

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2025-02-10 11:29:44 -05:00
parent 274a49e4e6
commit b73c87cf25

View File

@ -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