adoptium / adoptium/run-aqa

Update function parseRepoBranch()

Open
#115 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
4
Forks
27
Avg merge
2d 9h
Merged PRs (30d)
8

Description

Originally the function parseRepoBranch() consume strings `octocat/aqa-tests:test` and return the repo `octocat/aqa-tests` and branch 'test'.
User will use the return `repoBranch` to generate the git url like `--tkg_branch ${repoBranch[1]} --tkg_repo https://github.com/${repoBranch[0]}.git`.

We'd like to enhance the parseRepoBranch() to include the git url generation logic.

Contributor guide

Open the contributing guide

Research direction

Start by locating parseRepoBranch() and inspecting its callers to understand the current repo-and-branch return shape. Check for tests covering parsing or git argument construction; done means the function supports the requested git URL generation while preserving the expected branch value and callers remain correct.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
ci-cd
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.