Skip to content

Commit 1fb6de9

Browse files
authored
[Chore] Update stale workflow to include PRs (#27918)
1 parent df34261 commit 1fb6de9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/close-stale-issues-prs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@ jobs:
2323
days-before-stale: 35
2424
# setting to a negative number means they'll never be autoclosed
2525
days-before-close: -1
26+
# we are okay with PRs being auto-closed
27+
days-before-pr-close: 25
28+
exempt-pr-labels: "never-stale"
29+
close-pr-message: "Hey there, we've closed out this pull request because it's been stale for a while and there's been no additional action on it. If these changes are still relevant, open a new pull request (or flag to us in a GitHub issue)."
30+
close-pr-label: "closed-as-stale"
2631
operations-per-run: 100

0 commit comments

Comments
 (0)