• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rm-hull / github-pr-dashboard / 25605874739 / 1
54%
main: 54%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 04:23PM UTC
Files 3
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 May 2026 04:22PM UTC coverage: 52.381%. Remained the same
25605874739.1

push

github

web-flow
feat: add pull request grouping by labels (#437)

* feat: add pull request grouping by labels

Introduces the ability to organize the pull request list by GitHub
labels and displays those labels as color-coded badges on each item.

- Added **GithubLabels** component to render PR labels.
- Refactored `PullRequestsList` grouping logic to support multiple
  keys per item, allowing a PR to appear under each of its labels.
- Added "Label" as a grouping option in the `ListFooter` and
  `useGeneralSettings` hook.
- Standardized formatting and semicolons across several components.

```mermaid
graph TD
    PR[Pull Request] -->|has many| L[Labels]
    List[PullRequestsList] -->|groups by| Selector
    Selector --> Recent[Recently Created]
    Selector --> Repo[Repository]
    Selector --> LabelGroup[Label]
    LabelGroup -->|iterates| L
    List --> Item[PullRequestListItem]
    Item --> Badge[GithubLabels]
```

* Update src/components/PullRequestsList.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* fix: add label fallbacks and refactor icon logic

`GithubLabels` now supports missing `id` and `color` properties by
providing fallbacks to `name` and theme-based tokens. Additionally,
`selectorIcons` in `PullRequestsList` is refactored to use `ReactNode`
for a more consistent rendering pattern.

-   Use `label.name` as a fallback key in `GithubLabels`.
-   Apply `bg.muted` and `fg` colors when `label.color` is absent.
-   Pre-initialize icons with size props to simplify logic in the
    `Heading` component.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

3 of 4 branches covered (75.0%)

Branch coverage included in aggregate %.

30 of 59 relevant lines covered (50.85%)

1.93 hits per line

Source Files on job 25605874739.1
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25605874739
  • aa56f379 on github
  • Prev Job for on main (#25541599200.1)
  • Next Job for on main (#25605942494.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc