diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index dabb9fb8b..bac723833 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,5 +23,6 @@ jobs: only-labels: "Awaiting OP Action" close-issue-message: "Closing this issue as no feedback has been received." days-before-stale: -1 - days-before-close: 1 + days-before-issue-close: 1 + days-before-pr-close: -1 labels-to-remove-when-unstale: "Awaiting OP Action"