Update konflux-nudge tide author to red-hat-konflux[bot] for network-observability repos#80930
Conversation
…observability repos Co-Authored-By: Claude Opus 4.6 <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 (4)
WalkthroughThe Prow Tide ChangesTide Author Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 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)
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. Comment |
memodi
left a comment
There was a problem hiding this comment.
/lgtm
/approve
/pj-rehearse ack
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: memodi, redhat-chai-bot 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 |
|
/assign @jpinsonneau please approve. |
|
@redhat-chai-bot: 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. |
|
/pj-rehearse ack |
|
@memodi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
The
authorfield in the Tidekonflux-nudgequery for the network-observability repos usesred-hat-konflux, but the GitHub App's actual login isred-hat-konflux[bot]. This mismatch prevents Tide from auto-mergingkonflux-nudgePRs through the author-based query.This change updates the author field from
red-hat-konfluxtored-hat-konflux[bot]in all 4 affected repos:openshift/network-observability-operatoropenshift/network-observability-console-pluginopenshift/network-observability-ebpf-agentopenshift/network-observability-flowlogs-pipelineOther repos that successfully auto-merge Konflux PRs (e.g.
openshift-kni/lifecycle-agent,rh-ecosystem-edge/recert) use thered-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-nudgequery configuration fromred-hat-konfluxtored-hat-konflux[bot]across:openshift/network-observability-operatoropenshift/network-observability-console-pluginopenshift/network-observability-ebpf-agentopenshift/network-observability-flowlogs-pipelineThe 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 likeopenshift-kni/lifecycle-agentalready 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.