Skip to content

Commit 1852e59

Browse files
authored
add coderabbit config for cross-repo knowledge (#1178)
Signed-off-by: Kanika Rana <krana@redhat.com>
1 parent 97ce1af commit 1852e59

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
inheritance: true
2+
knowledge_base:
3+
linked_repositories:
4+
- repository: 'argoproj-labs/argocd-operator'
5+
instructions: >
6+
argocd-operator is a dependency for gitops-operator. Not all E2E tests that are in argocd-operator are in gitops-operator, and vice versa. When new tests are added to this repository, while reviewing:
7+
- check if these tests are specific to openshift
8+
- if these tests are not specific to openshift, check if these are being tested in argocd-operator too
9+
- if it is not specific to openshift and not being tested in argocd-operator, remind user that a sibling PR in argocd-operator may be needed.

0 commit comments

Comments
 (0)