Skip to content

Commit

Permalink
Bug 1846548 - Add link to filter out code review pushes to Filters menu.
Browse files Browse the repository at this point in the history
A link in Filters menu to hide code review pushes.
  • Loading branch information
jfx2006 authored and Archaeopteryx committed Aug 2, 2023
1 parent 55491d2 commit ce6d33c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/job-view/headerbars/FiltersMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ function FiltersMenu(props) {
My pushes only
</Link>
</DropdownItem>
<DropdownItem title="Do not show pushes from reviewbot">
<Link
className="dropdown-link"
to={{ search: updateParams('author', '-reviewbot') }}
>
Hide code review pushes
</Link>
</DropdownItem>
<DropdownItem
tag="a"
title="Reset to default status filters"
Expand Down

0 comments on commit ce6d33c

Please sign in to comment.