-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 Only return PRs associated with recent commits #1562
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1562 +/- ##
==========================================
- Coverage 53.04% 52.96% -0.09%
==========================================
Files 70 70
Lines 6155 6165 +10
==========================================
Hits 3265 3265
- Misses 2683 2693 +10
Partials 207 207 |
2863b41
to
e949ba0
Compare
e949ba0
to
d03e7ef
Compare
d03e7ef
to
1b6c8fd
Compare
Ok I need some inputs here @laurentsimon @naveensrinivasan @justaugustus - if we get the PRs from I personally think this is the right behavior, since we want to analyze "commits" not PRs. Commits might come from Gerrit, Prow or a GitHub PR of a different repo and we should be able to recognize that. What do you folks think? |
1b6c8fd
to
f063f72
Compare
Integration tests success for |
Let's discuss further on #575. I was able to figure out how to keep the current behavior unchanged, but this is something we should consider. |
LGTM at first sight. |
Only returns PRs used to merge recent commits if any. None otherwise.
Fixes #1524. Part of #575.
No.