Skip to content
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

✨ feat(activity notifications): create resolved in pr notif builder #84261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iamrajjoshi
Copy link
Member

currently, if someone links a pr with a sentry issue so it the issue resolves when the pr is merged, they see

image

this is not correct. instead we should explain to the user that it will resolve because of a pr. i created a new notification builder for this. it will contain a link to the pr if the link exists which will make it more apparent what the activity is about.

image

@iamrajjoshi iamrajjoshi self-assigned this Jan 29, 2025
@iamrajjoshi iamrajjoshi requested review from a team as code owners January 29, 2025 20:52
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 29, 2025
@ceorourke
Copy link
Member

Copy link

codecov bot commented Jan 29, 2025

Codecov Report

Attention: Patch coverage is 98.50746% with 1 line in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...notifications/activity/resolved_in_pull_request.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master   #84261    +/-   ##
========================================
  Coverage   87.64%   87.64%            
========================================
  Files        9572     9576     +4     
  Lines      542375   542553   +178     
  Branches    21258    21258            
========================================
+ Hits       475373   475543   +170     
- Misses      66650    66658     +8     
  Partials      352      352            

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants