Skip to content

Commit 5fd1983

Browse files
dsaxtonKevin D Smith
authored and
Kevin D Smith
committed
Don't unlabel stale PR on update (pandas-dev#36487)
1 parent 889e808 commit 5fd1983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
exempt-pr-labels: "Needs Review,Blocked,Needs Discussion"
1818
days-before-stale: 30
1919
days-before-close: -1
20-
remove-stale-when-updated: true
20+
remove-stale-when-updated: false
2121
debug-only: false

0 commit comments

Comments
 (0)