Skip to content

chore: remove devppratik from owners#362

Open
devppratik wants to merge 1 commit into
openshift:masterfrom
devppratik:remove-devppratik-from-owners
Open

chore: remove devppratik from owners#362
devppratik wants to merge 1 commit into
openshift:masterfrom
devppratik:remove-devppratik-from-owners

Conversation

@devppratik

@devppratik devppratik commented Jun 12, 2026

Copy link
Copy Markdown

Offboarding myself from OWNERS

Summary by CodeRabbit

  • Chores
    • Updated project maintainer configuration.

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: c534b2a4-5e65-498b-bd17-32021d4ab545

📥 Commits

Reviewing files that changed from the base of the PR and between 0fe3c2c and a890ce5.

📒 Files selected for processing (1)
  • OWNERS
💤 Files with no reviewable changes (1)
  • OWNERS

Walkthrough

This PR removes devppratik from both the reviewers and approvers lists in the OWNERS configuration file.

Changes

OWNERS Configuration Update

Layer / File(s) Summary
Remove devppratik from OWNERS
OWNERS
The devppratik entry is removed from both the reviewers and approvers lists while all other entries remain unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and clearly summarizes the main change: removing devppratik from the OWNERS file, which directly matches the changeset modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR #362 only modifies OWNERS (removes devppratik) and no Ginkgo test files/titles are changed; local OWNERS contain no Ginkgo It/Describe/Context/When patterns.
Test Structure And Quality ✅ Passed PR #362 changes only the OWNERS file (no Ginkgo test code touched), so the test-structure/quality rules are not applicable.
Microshift Test Compatibility ✅ Passed PR #362 changes only the repository OWNERS file (no new/modified Ginkgo e2e tests), so there are no MicroShift-incompatible APIs to flag.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only offboards devppratik from OWNERS; current OWNERS has no devppratik and there’s no indication of any new/changed Ginkgo e2e tests, so SNO assumptions aren’t introduced.
Topology-Aware Scheduling Compatibility ✅ Passed Diff against origin/master shows only OWNERS removed devppratik (2 lines); no deployment/manifests or operator/controller code changes that could add scheduling constraints.
Ote Binary Stdout Contract ✅ Passed PR #362 only updates the repository OWNERS file (0 add/2 delete); no main/init/suite code changes, so no OTE stdout contract violations introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR #362 changes only the OWNERS file (removes devppratik); no Ginkgo e2e tests or networking logic are modified, so nothing to flag for IPv6/disconnected compatibility.
No-Weak-Crypto ✅ Passed PR #362 only edits the repo OWNERS file (removes devppratik from reviewers/approvers); the diff contains no crypto terms (MD5/SHA1/DES/RC4/3DES/Blowfish/ECB) or secret/token comparisons.
Container-Privileges ✅ Passed PR diff origin/master..HEAD changes only OWNERS (2 deletions) and contains no matches for privileged/hostPID/hostNetwork/hostIPC/SYS_ADMIN/allowPrivilegeEscalation/runAsUser/securityContext.
No-Sensitive-Data-In-Logs ✅ Passed PR #362 only edits the repository OWNERS file, deleting devppratik from reviewers/approvers; no logging code or sensitive data changes are present. citeturn2view0

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot requested review from TheUndeadKing and ravitri June 12, 2026 05:08
@openshift-ci

openshift-ci Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: devppratik

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 12, 2026
@neha037

neha037 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

CI Monitor Report: #362

PR: chore: remove devppratik from owners
Monitored at: 2026-06-23 05:38 UTC
Release Context: available | OCP version: 5.0

All 4 CI checks passed.

Prow Job Breakdown

Job State Category Required Flake% Action
ci/prow/ci-bundle-must-gather-operator-bundle pass -- yes -- --
ci/prow/e2e-gcp-operator pass -- yes -- --
ci/prow/images pass -- yes -- --
ci/prow/verify-deps pass -- yes -- --

Generated by oape-ci-monitor on 2026-06-23 05:38 UTC | classification: deterministic (regex-based) | release context: true

@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

@devppratik: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.32%. Comparing base (0fe3c2c) to head (a890ce5).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #362      +/-   ##
==========================================
- Coverage   83.44%   82.32%   -1.13%     
==========================================
  Files           8        8              
  Lines         882      905      +23     
==========================================
+ Hits          736      745       +9     
- Misses        136      148      +12     
- Partials       10       12       +2     

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants