CI: update bot email#569
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe CI pipeline configuration in ci/pipelines/builder.yml was updated to modify the email anchor used for artifact metadata and commit author information. The YAML anchor 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
There was a problem hiding this comment.
Pull request overview
Updates the CI bot email used by the Concourse builder pipeline to align commit/author metadata (intended to address EasyCLA-related failures).
Changes:
- Change
ci_botanchor email frombots@cloudfoundry.orgtoinfra@cloudfoundry.orgin the builder pipeline.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| anchors: | ||
| ci_bot: | ||
| email: &ci_bot_email bots@cloudfoundry.org | ||
| email: &ci_bot_email infra@cloudfoundry.org | ||
| name: &ci_bot_name CI Bot |
Hopefully fixes EasyCLA issues
Pipeline already reconfigured.