Skip to content
Merged
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
13 changes: 13 additions & 0 deletions core-services/prow/02_config/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,9 @@ tide:
- ci/prow/lint
- ci/prow/test
- ci/prow/validate
coderabbit:
required-contexts:
- CodeRabbit
configuration-anomaly-detection:
branches:
main:
Expand Down Expand Up @@ -866,6 +869,16 @@ tide:
master:
required-if-present-contexts:
- ci/prow/e2e-binary-build-success
openshift-eng:
repos:
coderabbit:
required-contexts:
- CodeRabbit
openshift-online:
repos:
coderabbit:
required-contexts:
- CodeRabbit
openshift-priv:
repos:
assisted-installer:
Expand Down
4 changes: 4 additions & 0 deletions core-services/prow/02_config/openshift-eng/coderabbit/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- cblecker
reviewers:
- cblecker
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
approve:
- lgtm_acts_as_approve: true
repos:
- openshift-eng/coderabbit
require_self_approval: false
external_plugins:
openshift-eng/coderabbit:
- endpoint: http://needs-rebase
events:
- issue_comment
- pull_request
name: needs-rebase
plugins:
openshift-eng/coderabbit:
plugins:
- approve
- hold
- lgtm
- verify-owners
- wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
tide:
queries:
- labels:
- approved
- lgtm
missingLabels:
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- needs-rebase
repos:
- openshift-eng/coderabbit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- cblecker
reviewers:
- cblecker
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
approve:
- lgtm_acts_as_approve: true
repos:
- openshift-online/coderabbit
require_self_approval: false
external_plugins:
openshift-online/coderabbit:
- endpoint: http://needs-rebase
events:
- issue_comment
- pull_request
name: needs-rebase
plugins:
openshift-online/coderabbit:
plugins:
- approve
- hold
- lgtm
- verify-owners
- wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
tide:
queries:
- labels:
- approved
- lgtm
missingLabels:
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- needs-rebase
repos:
- openshift-online/coderabbit