diff --git a/core-services/prow/02_config/operator-framework/library-olm/OWNERS b/core-services/prow/02_config/operator-framework/library-olm/OWNERS new file mode 100644 index 0000000000000..0c8b925d782e6 --- /dev/null +++ b/core-services/prow/02_config/operator-framework/library-olm/OWNERS @@ -0,0 +1,24 @@ +# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools. +# Fetched from https://github.com/operator-framework/library-olm root OWNERS +# If the repo had OWNERS_ALIASES then the aliases were expanded +# Logins who are not members of 'openshift' organization were filtered out +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md + +approvers: +- grokspawn +- joelanford +- kevinrizza +- pedjak +- perdasilva +- tmshort +options: {} +reviewers: +- ankitathomas +- dtfranz +- fgiudici +- grokspawn +- joelanford +- pedjak +- perdasilva +- rashmigottipati +- tmshort diff --git a/core-services/prow/02_config/operator-framework/library-olm/_pluginconfig.yaml b/core-services/prow/02_config/operator-framework/library-olm/_pluginconfig.yaml new file mode 100644 index 0000000000000..11d6996373664 --- /dev/null +++ b/core-services/prow/02_config/operator-framework/library-olm/_pluginconfig.yaml @@ -0,0 +1,13 @@ +approve: +- commandHelpLink: https://go.k8s.io/bot-commands + repos: + - operator-framework/library-olm + require_self_approval: true +lgtm: +- repos: + - operator-framework/library-olm + review_acts_as_lgtm: true +plugins: + operator-framework/library-olm: + plugins: + - approve diff --git a/core-services/prow/02_config/operator-framework/library-olm/_prowconfig.yaml b/core-services/prow/02_config/operator-framework/library-olm/_prowconfig.yaml new file mode 100644 index 0000000000000..abc5df0d7cb9d --- /dev/null +++ b/core-services/prow/02_config/operator-framework/library-olm/_prowconfig.yaml @@ -0,0 +1,17 @@ +tide: + merge_method: + operator-framework/library-olm: squash + queries: + - includedBranches: + - main + 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 + repos: + - operator-framework/library-olm