You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Describe the bug
When a repository has more than 30 branches, the app is fetching only 30 branches and filtering the runs within those branches. So any run happening on other branches are completely ignored.
To Reproduce
Steps to reproduce the behavior:
Create a repo
Create more than 30 branches
Create action for only one branch (say master/main)
Many of the times, that action will not show up
Expected behavior
All the actions should show up irrespective of the no of branches present in the repo