Replies: 16 comments 6 replies
-
Yes please! We are currently deploying multiple services on every push. So for each push (If the code changes) we deploy to the same environment. When you have multiple pushes the pull request gets cluttered with duplicate events pointing to the same deployment. |
Beta Was this translation helpful? Give feedback.
-
This would be very useful. The PR's UI is very cluttered especially when there are multiple commits |
Beta Was this translation helpful? Give feedback.
-
Would love to have this feature |
Beta Was this translation helpful? Give feedback.
-
This would be great - maybe an option to toggle "show/hide all" would suffice. |
Beta Was this translation helpful? Give feedback.
-
This can't be a problem only to few developer. Scrolling takes more time than reviewing the PR -.- |
Beta Was this translation helpful? Give feedback.
-
PLEASE ADD THIS SUPPRESSION FLAG reviews are endless scrolls now and comments get lost. |
Beta Was this translation helpful? Give feedback.
-
PLEASE add this, it's driving me insane, i hate the PR interface |
Beta Was this translation helpful? Give feedback.
-
I filter out the deployment events with this uBlock Origin rule:
Tends to occasionally hide a few other things, but the benefit outweighs the downsides in my usage patterns. |
Beta Was this translation helpful? Give feedback.
-
Hi! Please add this possibility - it will be an awesome feature! |
Beta Was this translation helpful? Give feedback.
-
This would be an amazing quality of life improvement when reviewing PRs. The temp deployments provide very little (if any) value to me, and they end up hiding the important conversations that I want to get to. If github doesn't get around to addressing this, there is a browser extension that allows you to hide such things (among other functionality). I am in no way affiliated with the project, and honestly only found it when searching for a way to hide the messages. Here's a link to the extension (called Refined Github). |
Beta Was this translation helpful? Give feedback.
-
We're using whats got to be a popular pattern where we do build/canary container tags across workflows, where we build and push the canary tag and then use it in a subsequent workflow as a service that can be tested against. This creates a lot of noise on the PRs and has me second guessing switching GitHub to do our production framework builds as well as that repo is BUSY. We should be able to disable the output that gets read in prs in the workflow, similar to how you can modify the url:
|
Beta Was this translation helpful? Give feedback.
-
Very needed feature |
Beta Was this translation helpful? Give feedback.
-
Is anyone looking at it? I found multiple treads overs the years with the same ask. Example: actions/runner#2120 |
Beta Was this translation helpful? Give feedback.
-
What's the current workaround for this if it isn't fixed by gh yet? |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
When you configure deployment environments with github actions, you can view the deployment history in the actions/Deployments page.
On the other hand this is also present in a pull request's discussion. As this might distract users from following the discussion, there could be a switch (per user configurable) for the deployment to be hidden from the conversation, for users that find this distracting.
Beta Was this translation helpful? Give feedback.
All reactions