Actions
Bug #6152
closedAdd a command to find a specific branch
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The goal is to run a command on every known branch and find the ones when it fails and the ones where it succeeds.
FIND (find the first version a command works)
- for each branch version
- checkout branch
- run command
- find when it returns 0
Actions