Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
inheritance: true
reviews:
path_filters:
# Exclude boilerplate changes from review
- "!boilerplate/**"

# Exclude build artifacts and dependencies
- "!build/**"
- "!.venv/**"
- "!vendor/**"

# Exclude test fixtures
- "!**/testdata/**"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: url
value: https://github.com/openshift/boilerplate
- name: revision
value: b361d1a597f5a3a840ccea7efd40dc92f8cfa789
value: a8a3172411f3f2b8848f64333843e028ef4b3ed1
- name: pathInRepo
value: pipelines/agentic-sdlc-check/pipeline.yaml
status: {}
2 changes: 1 addition & 1 deletion boilerplate/_data/last-boilerplate-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b361d1a597f5a3a840ccea7efd40dc92f8cfa789
a8a3172411f3f2b8848f64333843e028ef4b3ed1
14 changes: 14 additions & 0 deletions boilerplate/openshift/golang-osd-operator/.coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inheritance: true
reviews:
path_filters:
# Exclude boilerplate changes from review
- "!boilerplate/**"

# Exclude build artifacts and dependencies
- "!build/**"
- "!.venv/**"
- "!vendor/**"

# Exclude test fixtures
- "!**/testdata/**"
- "!**/.test-fixtures/**"
4 changes: 4 additions & 0 deletions boilerplate/openshift/golang-osd-operator/update
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ source $CONVENTION_ROOT/_lib/common.sh
echo "Copying .codecov.yml to your repository root."
cp ${HERE}/.codecov.yml $REPO_ROOT

# Add CodeRabbit configuration
echo "Copying .coderabbit.yaml to your repository root."
cp ${HERE}/.coderabbit.yaml $REPO_ROOT

# Add OWNERS_ALIASES to $REPO_ROOT
echo "Copying OWNERS_ALIASES to your repository root."
cp -L ${HERE}/OWNERS_ALIASES $REPO_ROOT
Expand Down