override: allow osac-project/wg-infra to /override#80291
override: allow osac-project/wg-infra to /override#80291omer-vishlitzky wants to merge 1 commit into
Conversation
Add osac-project: [wg-infra] to the override plugin's allowed_github_teams so that wg-infra members can use /override on OSAC repos. Part of OSAC-1322. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR extends the Prow plugin configuration to authorize the ChangesProw plugin configuration update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@omer-vishlitzky: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@larsks: changing LGTM is restricted to collaborators DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: eliorerz, larsks, omer-vishlitzky The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Summary
osac-project: [wg-infra]tooverride.allowed_github_teamsso thatwg-infrateam members can use/overrideon OSAC repos.This is part of OSAC-1322 — restricting
/overrideto infrastructure leads only. The companion OWNERS PRs (usingfilters: "[^.]":to emptyTopLevelApprovers()) are submitted to each OSAC repo separately.This PR should merge first (or simultaneously with the OWNERS PRs). If the OWNERS changes land first, wg-infra temporarily loses override access until this config lands.
Summary by CodeRabbit
This PR updates the Prow override plugin configuration to grant the
wg-infrateam override permissions for OSAC (OpenShift Assisted Cluster) project repositories.Changes Made
The
override.allowed_github_teamslist incore-services/prow/02_config/_plugins.yamlis extended to include:wg-infraThis enables members of the
wg-infrateam to use the/overrideProw command on CI jobs for OSAC repositories (such as fulfillment-service, osac-aap, osac-installer, osac-operator, osac-test-infra, and others).Context
This change is part of OSAC-1322, which restricts override capability to infrastructure leads. Companion OWNERS file changes are being applied to each OSAC repository to limit top-level approvers. This Prow config change should merge first (or simultaneously) to ensure the
wg-infrateam maintains override access during the OWNERS file updates.