Skip to content

Commit 1b553df

Browse files
authored
Merge branch 'master' into dependabot/github_actions/octokit/request-action-3.0.0
2 parents bc8699b + 8b75f90 commit 1b553df

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
inheritance: true
2+
knowledge_base:
3+
linked_repositories:
4+
- repository: 'codeready-toolchain/toolchain-common'
5+
instructions: >
6+
toolchain-common contains shared controllers, utilities, and libraries used by toolchain-e2e.
7+
8+
When reviewing toolchain-e2e changes:
9+
- Check if toolchain-e2e is using deprecated or outdated patterns from toolchain-common when newer/better utilities exist.
10+
- Verify behavioral assumptions — if toolchain-e2e expects specific return values or side effects from toolchain-common functions, check if that behavior is actually implemented.
11+
- If toolchain-e2e duplicates logic that already exists in toolchain-common (pkg/cluster, pkg/condition, pkg/configuration, pkg/status), suggest using the shared implementation instead.
12+
- Flag if toolchain-e2e is making assumptions about toolchain-common's internal state or behavior that isn't documented or guaranteed.

0 commit comments

Comments
 (0)