🌱 Use branch patterns to filter insights data

TLDR
Measure CI health for groups of branches with dynamic or patterned names - like merge queues - without extra workflow setup, manual filtering, or scrolling through long branch lists..

What’s new
We’ve added the ability to filter builds and insights using branch name patterns. You can use wildcard-style matching to focus on branches sharing a naming pattern, such as merge queue branches like gtmq_*.

Step 1: Select filter by branch :seedling:


Step 2 - Select “Use wildcard pattern” :eight_spoked_asterisk:


Step 3: Input the pattern :woman_technologist:t4:

Why this is useful

This is especially relevant for merge queues because these branches are automatically generated with dynamic names that share a common prefix. When you have dozens or even hundreds of branches, manually selecting each one isn’t practical. Pattern filtering lets you quickly zoom in on all relevant branches at once, making it easier to monitor failure rates or build times for your merge queue workflows and maintain confidence in your merge process.

Thanks to your feedback, managing builds on complex branch setups just got a lot easier!

Happy building :package: