-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix reading of body when ignoring an upgrade request #8597
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8597 +/- ##
==========================================
- Coverage 97.70% 97.69% -0.02%
==========================================
Files 107 107
Lines 33443 33447 +4
Branches 3927 3926 -1
==========================================
- Hits 32677 32675 -2
- Misses 555 558 +3
- Partials 211 214 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I'm not sure under what condition the |
I'm not sure either. It looks like it came 045dd8c but its unclear if its still needed so probably best to let it be for now until we can prove its not. |
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8629 🤖 @patchback |
(cherry picked from commit c99a1e2)
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #8630 🤖 @patchback |
(cherry picked from commit c99a1e2)
Fixes #8414.