diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 808b662ff4..1b577b0c85 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,6 +22,7 @@ jobs: exempt-issue-labels: 'feature,pinned' exempt-pr-labels: 'feature,pinned' days-before-stale: 120 + days-before-pr-stale: -1 stale-issue-label: 'stale' stale-pr-label: 'stale' close-issue-reason: 'not_planned'