Skip to content

Commit d144fe3

Browse files
committed
Never close PRs
1 parent 4160d91 commit d144fe3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
only-labels: "Awaiting OP Action"
2424
close-issue-message: "Closing this issue as no feedback has been received."
2525
days-before-stale: -1
26-
days-before-close: 1
26+
days-before-issue-close: 1
27+
days-before-pr-close: -1
2728
labels-to-remove-when-unstale: "Awaiting OP Action"

0 commit comments

Comments
 (0)