Disable force-push messages on PRs or at least disable it from my view #129935
Replies: 3 comments
-
|
+1 Would love this feature. 👍 I know a few teams that have a workflow that involves a lot of force-pushing on sometimes long-standing PR's often by more than one party, and reviews/comments get buried quickly due to those. |
Beta Was this translation helpful? Give feedback.
-
|
That would be really convenient, it really made our workflow harder than it should have been for years now. I submitted a ticket back in 2019 (Ticket ID 268335) and a followup one in 2020 but nothing really changed since AFAIK. 2019 request about explaining the issue with concrete public PRs example
Followup request in 2020 with other practical examples and video recording of the issue
I believe they improved some stuff, because we do see less notification in the thread now, but we still see many push forces on some PRs, hidding the relevant comments. Adding just a toggle somewhere on the UI to filter out the technical messages would be enough, as we would be able to see the comments / reviews. |
Beta Was this translation helpful? Give feedback.
-
|
Also my team's workflow relies heavily on push forces. Having an option to clear such messages before opening the PR for review (i.e., while it's in the Draft mode) would be very useful. That way, I can ensure reviewers don't get annoyed with such irrelevant messages. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
The way I use git is when it's still a WIP, I commit everything into one commit with a "wip" message. Then I will keep amending or rebasing that commit as I do my work. When I'm ready, I would do a reset and do my proper commits. In my PR this would result in a wall of force-push messages like this (This is just an image i got from a google search)

This becomes especially very annoying when there's a discussion because the UI will eventually fold the discussions. Is there a way to disable force-push messages at least from my view. If other people want to see that wall of text that's on them but I want to be able to have a custom view without these messages.
Beta Was this translation helpful? Give feedback.
All reactions