Have defaults for branches / tags of Konveyor components based on the branch where CI is running
- Dominant language
- Shell
- Stars
- 0
- Forks
- 17
- Avg merge
- 4h 26m
- Merged PRs (30d)
- 10
Description
These values should have defaults based on the branch where CI is running in any repo. Right now, all default to main / latest
https://github.com/konveyor/ci/blob/66bb053bf23f6eecfa8c4d32d051ba781e6e9143/.github/workflows/global-ci.yml#L6-L13
https://github.com/konveyor/ci/blob/66bb053bf23f6eecfa8c4d32d051ba781e6e9143/.github/workflows/global-ci.yml#L33-L52
We need to find occurrences elsewhere too.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with .github/workflows/global-ci.yml at the referenced sections on lines 6-13 and 33-52, then search the repository for other component branch and tag defaults. Determine how the branch running CI should select these values, and consider the work done when all relevant defaults follow that branch instead of main/latest.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, shell
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100