diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 50e28be5a..321f6f307 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,7 +22,7 @@ jobs: debug-only: true only-labels: "Awaiting OP Action" close-issue-message: "Closing this issue as no feedback has been received." - days-before-stale: -1 - days-before-issue-close: 1 + days-before-stale: 1 + days-before-issue-close: 0 days-before-pr-close: -1 labels-to-remove-when-unstale: "Awaiting OP Action"