[BUG] get-build-release-message not getting the PRs that are past the Release date but are merged after. #841
Labels
bug
Use this label for pointing out bugs
in-develop
The fix/feature is present in `develop` branch but not merged into `master` yet
Bug description
As seen in this PR, the
build-bot
only found 4 PRs:There are actually 6 icons that should be included. These are not found by the bot because I coded it like this:
The two missing PRs (bottom two here which were added manually by me), when searched on GitHub, shows up AFTER the "Release v" PR. I think GitHub sorted them by open dates, not merged date.
Possible fixes or solutions
Find a way to query the APIs based on merge dates rather than opened dates. If not, probably goes past the end PR a little bit.
Additional information
Not critical but we should have it.
The text was updated successfully, but these errors were encountered: