Skip to content

Commit 739c67d

Browse files
Tybot204alexcanessa
authored andcommitted
Use closed_at for PR changelog date check (#220)
1 parent 6e4f0f3 commit 739c67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/Gren.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ class Gren {
885885
}
886886

887887
return utils.isInRange(
888-
Date.parse(pullRequest.merged_at),
888+
Date.parse(pullRequest.closed_at),
889889
Date.parse(range[1].date),
890890
Date.parse(range[0].date)
891891
);

0 commit comments

Comments
 (0)