Skip to content

Commit 9d498fd

Browse files
committed
Fix typo in stale workflow
Signed-off-by: Jordan Borean <[email protected]>
1 parent 7447114 commit 9d498fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: stale
1616
with:
1717
days-before-stale: -1
18-
days-before-pr-stable: 28
18+
days-before-pr-stale: 28
1919
days-before-pr-close: 14
2020
stale-pr-label: stale
2121
stale-pr-message: >-

0 commit comments

Comments
 (0)