From 446ebca2641401d5608fe609b5dbb63cba275330 Mon Sep 17 00:00:00 2001 From: Elior Erez Date: Fri, 31 Jul 2026 12:31:07 -0400 Subject: [PATCH] Onboard osac-project/osac --- .../prow/02_config/osac-project/osac/OWNERS | 41 ++++++++++ .../osac-project/osac/_pluginconfig.yaml | 82 +++++++++++++++++++ .../osac-project/osac/_prowconfig.yaml | 15 ++++ 3 files changed, 138 insertions(+) create mode 100644 core-services/prow/02_config/osac-project/osac/OWNERS create mode 100644 core-services/prow/02_config/osac-project/osac/_pluginconfig.yaml create mode 100644 core-services/prow/02_config/osac-project/osac/_prowconfig.yaml diff --git a/core-services/prow/02_config/osac-project/osac/OWNERS b/core-services/prow/02_config/osac-project/osac/OWNERS new file mode 100644 index 0000000000000..da4abd92725b8 --- /dev/null +++ b/core-services/prow/02_config/osac-project/osac/OWNERS @@ -0,0 +1,41 @@ +# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools. +# Fetched from https://github.com/osac-project/osac 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 + +filters: + '[^.]': + approvers: + - adriengentil + - akshaynadkarni + - CrystalChun + - danmanor + - eliorerz + - eranco74 + - jhernand + - larsks + - omer-vishlitzky + - ori-amizur + - rccrdpccl + - rgolangh + - trewest + - vladikr + - ybettan + reviewers: + - adriengentil + - akshaynadkarni + - CrystalChun + - danmanor + - eliorerz + - eranco74 + - jhernand + - larsks + - omer-vishlitzky + - ori-amizur + - rccrdpccl + - rgolangh + - trewest + - vladikr + - ybettan +options: {} diff --git a/core-services/prow/02_config/osac-project/osac/_pluginconfig.yaml b/core-services/prow/02_config/osac-project/osac/_pluginconfig.yaml new file mode 100644 index 0000000000000..b62df81aaddc2 --- /dev/null +++ b/core-services/prow/02_config/osac-project/osac/_pluginconfig.yaml @@ -0,0 +1,82 @@ +approve: +- repos: + - osac-project/osac + require_self_approval: false +external_plugins: + osac-project/osac: + - endpoint: http://refresh + events: + - issue_comment + name: refresh + - endpoint: http://cherrypick + events: + - issue_comment + - pull_request + name: cherrypick + - endpoint: http://needs-rebase + events: + - issue_comment + - pull_request + name: needs-rebase + - endpoint: http://backport-verifier + events: + - issue_comment + - pull_request + name: backport-verifier + - endpoint: http://payload-testing-prow-plugin + events: + - issue_comment + name: payload-testing-prow-plugin + - endpoint: http://jira-lifecycle-plugin + events: + - issue_comment + - pull_request + - pull_request_review + name: jira-lifecycle-plugin + - endpoint: http://pipeline-controller + events: + - pull_request + - issue_comment + name: pipeline-controller + - endpoint: http://multi-pr-prow-plugin + events: + - issue_comment + name: multi-pr-prow-plugin +lgtm: +- repos: + - osac-project/osac + review_acts_as_lgtm: true +plugins: + osac-project/osac: + plugins: + - assign + - blunderbuss + - cat + - dog + - heart + - golint + - goose + - help + - hold + - jira + - label + - lgtm + - lifecycle + - override + - pony + - retitle + - shrug + - sigmention + - skip + - trigger + - verify-owners + - owners-label + - wip + - yuks + - approve +triggers: +- repos: + - osac-project/osac + trusted_apps: + - openshift-merge-bot + - dependabot diff --git a/core-services/prow/02_config/osac-project/osac/_prowconfig.yaml b/core-services/prow/02_config/osac-project/osac/_prowconfig.yaml new file mode 100644 index 0000000000000..5ad2ff5c8af6f --- /dev/null +++ b/core-services/prow/02_config/osac-project/osac/_prowconfig.yaml @@ -0,0 +1,15 @@ +tide: + queries: + - labels: + - approved + - jira/valid-reference + - 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: + - osac-project/osac