handling PR updates#491
Conversation
PR Summary by QodoSync PR issue_comment events via upstream_issue handler and correct filter gating
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo
1.
|
4b5ecbf to
6cc1d89
Compare
webbnh
left a comment
There was a problem hiding this comment.
The changes look good, but they seem a little light on testing. (And, I flagged one other nit.)
6cc1d89 to
84c860e
Compare
|
@webbnh I added test cases for passes_github_filters function and also instead of html url logging issue number |
webbnh
left a comment
There was a problem hiding this comment.
Looks good. (Although, I did find another nit, but we can ignore it....)
they seem a little light on testing.
That comment was inaccurate: the PR did include reasonable testing for the lines that you actually changed.
But, I think you agree that passes_github_filters() wasn't adequately tested (i.e., because we're now sending PRs through it, when we weren't before), so thank you for the additions!
dd1a9b1
into
release-engineering:main
Handling the PR comment updates coming through github.issue_comments topic. Initially it checked in upstream_issue handler that if the its PR and if its not closed than it would ignore the PR events now removed the check so it will sync the comments from PR coming through issue handler and also in checking the github passes filter passing correct item type..