Skip to content

CI: update bot email#569

Merged
aramprice merged 1 commit into
ubuntu-jammyfrom
update-bot-email
Apr 20, 2026
Merged

CI: update bot email#569
aramprice merged 1 commit into
ubuntu-jammyfrom
update-bot-email

Conversation

@aramprice

Copy link
Copy Markdown
Member

Hopefully fixes EasyCLA issues

Pipeline already reconfigured.

Copilot AI review requested due to automatic review settings April 20, 2026 21:28
@coderabbitai

coderabbitai Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 3bc461c1-a24f-4e4a-98be-69f36ecc0b3a

📥 Commits

Reviewing files that changed from the base of the PR and between a0e4d34 and 24b10f8.

📒 Files selected for processing (1)
  • ci/pipelines/builder.yml

Walkthrough

The 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 &ci_bot_email was changed from one email value to another. This anchor is referenced throughout the pipeline configuration, particularly in put tasks that set author email values. The change affects how the CI bot is identified in artifact metadata and commit operations performed by the pipeline.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title directly matches the main change: updating the CI bot email anchor from bots@cloudfoundry.org to infra@cloudfoundry.org.
Description check ✅ Passed The description relates to the changeset by mentioning it addresses EasyCLA issues through a bot email update, though it lacks technical specifics.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-bot-email

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 and usage tips.

Copilot AI 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.

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_bot anchor email from bots@cloudfoundry.org to infra@cloudfoundry.org in the builder pipeline.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread ci/pipelines/builder.yml
Comment on lines 1 to 4
anchors:
ci_bot:
email: &ci_bot_email bots@cloudfoundry.org
email: &ci_bot_email infra@cloudfoundry.org
name: &ci_bot_name CI Bot
@aramprice aramprice merged commit 427ecce into ubuntu-jammy Apr 20, 2026
16 checks passed
@aramprice aramprice deleted the update-bot-email branch April 20, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants