Skip to content

Commit 15539fa

Browse files
authored
Don't unlabel stale PR on update (#36487)
1 parent 7e13b19 commit 15539fa

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)