CI should throw an error if ``CI_BRANCH_TO_TEST`` is not found in any of the repos
Open
@adityapande-1995 is already working on this.
Since Mar 10, 2022.
enhancement
- Dominant language
- Python
- Stars
- 55
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 7
Description
Currently, the CI does not throw an error an continues with the default branches if CI_BRANCH_TO_TEST is not found in a repo. However, if it is not found in any of the repos, an error should be thrown.
This would help in a case when someone misspells a branch name, or tries to run CI on a branch that exists on a fork of a ROS repo.
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.