feat: learn from review thread resolve/unresolve - #21
Merged
Conversation
Handle pull_request_review_thread webhook: resolving a thread on a Codasaurus finding comment dismisses the fingerprint repo-wide (same ACL and learning path as a 👎 reaction); unresolving re-enables it via a new un_dismiss_fingerprint store method. Adds the event to the App manifest default_events. Signed-off-by: Lohit Kolluri <lohitkolluri@gmail.com>
Codasaurus
feat: learn from review thread resolve/unresolve This PR updates 7 files across Since last reviewResolved
Still open
New
What to do next
Copy this into your AI coding agentPaste this prompt into Cursor, Copilot, or another coding agent: Changes
All files (7)
|
ContextBlast radiusSensitive path: Related pull requests
|
ChecksBefore merge
Reviewer time ~20 min (3/5 · Moderate · 7 files) CommandsType as plain text (GitHub Apps are not @-mentionable):
Full list: |
Collapse reactor_can_dismiss and thread_resolver_can_dismiss onto a shared actor_can_dismiss core plus repo_owner_login/pr_author_login extractors. Same behavior, ~50 lines less. Signed-off-by: Lohit Kolluri <lohitkolluri@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Handles the pull_request_review_thread webhook so resolving/unresolving a review thread on a Codasaurus finding comment actually does something:
Notes: