Kuadrant / Kuadrant/kuadrant

Run same set of checks against release branches as are against main

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
No language data
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
Currently in the case of some repos we run some checks against main but not against release branches.

**Describe the solution you'd like**
Run the same set of checks for main as for release branches.
Steps would be to
- check each repo for checks that run against main.
- if they are not also running for release branches add the config for that under the appropriate config file under `.github/workflows/`
- In some cases the release branch prefix is `release-v*` but please verify for each specific repo that that is the case.

Contributor guide

Open the contributing guide

Research direction

Inspect each repository's workflow files under `.github/workflows/` and compare which checks target `main` with those targeting release branches. Verify the release branch prefix separately for each repository before updating the appropriate workflow configuration. Done means every check currently run against `main` is also configured for the relevant release branches.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.