Open Issues Need Help
View All on GitHubAI Summary: The user wants a new flag, `--persist`, to prevent the TUI from closing after its task is complete. This would allow them to continuously monitor PR states within a multiplexer. They also suggest a lower refresh rate for finished checks to optimize this persistent viewing.
🔎 Terminal UI for watching GitHub Actions CI/CD workflows with runtime metrics, queue times, and check status - alternative to gh pr checks --watch
AI Summary: This GitHub issue proposes a new feature for `gh-observer` to display check run descriptions. This would provide users with additional context for individual checks, particularly useful for tools like `super-linter` that utilize this field. The implementation involves fetching the `description` field via GraphQL and rendering it in the TUI, with considerations for wrapping or truncating long descriptions.
🔎 Terminal UI for watching GitHub Actions CI/CD workflows with runtime metrics, queue times, and check status - alternative to gh pr checks --watch