diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 86e9b2609..eb1ab94c6 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -16,4 +16,5 @@ jobs: days-before-issue-stale: 365 days-before-pr-stale: 365 days-before-issue-close: 30 - days-before-pr-close: 30 \ No newline at end of file + days-before-pr-close: 30 + exempt-all-assignees: true \ No newline at end of file