otto-de / otto-de/gitactionboard
Report only GHA jobs of a specific branch (main branch)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 159
- Forks
- 38
- Avg merge
- 2m
- Merged PRs (30d)
- 10
Description
Is your feature request related to a problem? Please describe.
Gitactionboard is probably not well suited for projects where multiple people are working on. The reason is that it will show the green/red status of the last job regardless of the branch from which it has been triggered.
A developer will likely want to see only its own feature/bugfix branch or maybe the main branch.
Describe the solution you'd like
Similar to what proposed in #670 there should be a way to filter by branch. Even having an environment variable to do that would be extremehely useful.
Describe alternatives you've considered
None
Additional context
None
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the related proposal in issue #670, then trace where GitHub Actions jobs are collected and displayed. Define the branch-filter behavior, including whether it is configured by an environment variable, and verify that only jobs from the selected branch are reported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100