diff --git a/core-services/prow/02_config/openshift/sandboxed-containers-operator/_pluginconfig.yaml b/core-services/prow/02_config/openshift/sandboxed-containers-operator/_pluginconfig.yaml new file mode 100644 index 0000000000000..a51662ae96a5b --- /dev/null +++ b/core-services/prow/02_config/openshift/sandboxed-containers-operator/_pluginconfig.yaml @@ -0,0 +1,10 @@ +approve: +- commandHelpLink: https://go.k8s.io/bot-commands + ignore_review_state: true + repos: + - openshift/sandboxed-containers-operator + require_self_approval: true +plugins: + openshift/sandboxed-containers-operator: + plugins: + - approve diff --git a/core-services/prow/02_config/openshift/sandboxed-containers-operator/_prowconfig.yaml b/core-services/prow/02_config/openshift/sandboxed-containers-operator/_prowconfig.yaml index 46e8f1540109e..966c13d6a9c36 100644 --- a/core-services/prow/02_config/openshift/sandboxed-containers-operator/_prowconfig.yaml +++ b/core-services/prow/02_config/openshift/sandboxed-containers-operator/_prowconfig.yaml @@ -10,3 +10,19 @@ branch-protection: protect: true osc-release-v1.11: protect: true +tide: + merge_method: + openshift/sandboxed-containers-operator: merge + queries: + - labels: + - approved + - lgtm + missingLabels: + - backports/unvalidated-commits + - do-not-merge/hold + - do-not-merge/invalid-owners-file + - do-not-merge/work-in-progress + - jira/invalid-bug + - needs-rebase + repos: + - openshift/sandboxed-containers-operator