kiegroup / kiegroup/github-action-build-chain
conditional downstream build
- Dominant language
- TypeScript
- Stars
- 94
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
the dependency between repositories A and B might be isolated in just one module (or a couple of modules) in the repository A. There is no need to run the downstream build of the repository B unless the PR touches the "interesting" module(s) in the repository A.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how the GitHub Action identifies dependencies between repositories A and B and where it triggers the downstream build. Determine how changed modules in repository A could be identified and how the relevant workflow entry points are tested. Done means downstream builds run only when the specified interesting modules are touched, with behavior documented by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100