Skip to content

Update konflux-nudge tide author to red-hat-konflux[bot] for network-observability repos#80930

Open
redhat-chai-bot wants to merge 1 commit into
openshift:mainfrom
redhat-chai-bot:fix-konflux-nudge-author-netobserv
Open

Update konflux-nudge tide author to red-hat-konflux[bot] for network-observability repos#80930
redhat-chai-bot wants to merge 1 commit into
openshift:mainfrom
redhat-chai-bot:fix-konflux-nudge-author-netobserv

Conversation

@redhat-chai-bot

@redhat-chai-bot redhat-chai-bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

The author field in the Tide konflux-nudge query for the network-observability repos uses red-hat-konflux, but the GitHub App's actual login is red-hat-konflux[bot]. This mismatch prevents Tide from auto-merging konflux-nudge PRs through the author-based query.

This change updates the author field from red-hat-konflux to red-hat-konflux[bot] in all 4 affected repos:

  • openshift/network-observability-operator
  • openshift/network-observability-console-plugin
  • openshift/network-observability-ebpf-agent
  • openshift/network-observability-flowlogs-pipeline

Other repos that successfully auto-merge Konflux PRs (e.g. openshift-kni/lifecycle-agent, rh-ecosystem-edge/recert) use the red-hat-konflux[bot] form.

Summary by CodeRabbit

This PR corrects the Prow Tide configuration for four network-observability repositories to properly recognize the Red Hat Konflux GitHub App for automated PR merging. The fix updates the author field in Tide's konflux-nudge query configuration from red-hat-konflux to red-hat-konflux[bot] across:

  • openshift/network-observability-operator
  • openshift/network-observability-console-plugin
  • openshift/network-observability-ebpf-agent
  • openshift/network-observability-flowlogs-pipeline

The issue was a mismatch between the configured bot name and the actual GitHub App login, which includes the [bot] suffix. This prevented Tide from automatically merging Konflux-generated PRs for these repositories. By aligning with the correct bot name format (which other successfully auto-merging repositories like openshift-kni/lifecycle-agent already use), the automation will now function properly for these network-observability repositories.

Each configuration file required a single-line change, making this a straightforward infrastructure fix.

…observability repos

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 2c1ee659-6a7d-42c9-a102-b1d6bea1a35a

📥 Commits

Reviewing files that changed from the base of the PR and between 942d7a7 and 57001dd.

📒 Files selected for processing (4)
  • core-services/prow/02_config/openshift/network-observability-console-plugin/_prowconfig.yaml
  • core-services/prow/02_config/openshift/network-observability-ebpf-agent/_prowconfig.yaml
  • core-services/prow/02_config/openshift/network-observability-flowlogs-pipeline/_prowconfig.yaml
  • core-services/prow/02_config/openshift/network-observability-operator/_prowconfig.yaml

Walkthrough

The Prow Tide author field is updated from red-hat-konflux to red-hat-konflux[bot] in four network-observability repository configurations: network-observability-console-plugin, network-observability-ebpf-agent, network-observability-flowlogs-pipeline, and network-observability-operator.

Changes

Tide Author Update

Layer / File(s) Summary
Tide author field update across network-observability repos
core-services/prow/02_config/openshift/network-observability-console-plugin/_prowconfig.yaml, core-services/prow/02_config/openshift/network-observability-ebpf-agent/_prowconfig.yaml, core-services/prow/02_config/openshift/network-observability-flowlogs-pipeline/_prowconfig.yaml, core-services/prow/02_config/openshift/network-observability-operator/_prowconfig.yaml
The author value in the Tide queries stanza is changed from red-hat-konflux to red-hat-konflux[bot] in all four files.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

lgtm, approved, rehearsals-ack

🚥 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 directly and accurately describes the main change: updating the konflux-nudge tide author field to red-hat-konflux[bot] across network-observability repositories.
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 This PR modifies only Prow configuration YAML files; it contains no Ginkgo test code. The custom check for stable test names is not applicable.
Test Structure And Quality ✅ Passed This PR modifies only YAML Prow configuration files, not Ginkgo test code. The custom check for Ginkgo test quality is not applicable to configuration-only changes.
Microshift Test Compatibility ✅ Passed PR contains only Prow configuration file updates (author field changes in YAML), not new Ginkgo e2e tests. The MicroShift compatibility check is inapplicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No Ginkgo e2e tests are added in this PR; only Prow configuration YAML files are modified. SNO test compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only Prow CI configuration files, not deployment manifests, operator code, or controllers. No scheduling constraints or topology-related configurations are introduced.
Ote Binary Stdout Contract ✅ Passed Check not applicable: PR contains only YAML configuration file changes for Prow, no process-level code or test binaries that could violate OTE Binary Stdout Contract.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR adds no Ginkgo e2e tests; it only modifies Prow Tide configuration YAML files. The IPv6/disconnected network compatibility check is not applicable to non-test configuration changes.
No-Weak-Crypto ✅ Passed PR contains only YAML configuration file changes with no code, cryptography, or security-sensitive implementations subject to the no-weak-crypto check.
Container-Privileges ✅ Passed PR modifies only Prow Tide config files that define CI/CD automation rules, not Kubernetes/container manifests. No privileged security settings found in any modified files.
No-Sensitive-Data-In-Logs ✅ Passed Changes only update a public GitHub App bot username (red-hat-konflux[bot]) in Prow configuration. No passwords, tokens, API keys, PII, session IDs, hostnames, or customer data are exposed.

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

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

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@openshift-ci openshift-ci Bot requested review from jotak and jpinsonneau June 23, 2026 15:06

@memodi memodi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve
/pj-rehearse ack

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 23, 2026
@openshift-ci

openshift-ci Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: memodi, redhat-chai-bot
Once this PR has been reviewed and has the lgtm label, please assign jpinsonneau for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@memodi

memodi commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

/assign @jpinsonneau

please approve.

@openshift-ci

openshift-ci Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: 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.

@memodi

memodi commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@memodi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants