Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app/src/components/catalog/EntityPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const cicdContent = (
<EmptyState
title="No CI/CD available for this entity"
missing="info"
description="You need to add an annotation to your component if you want to enable CI/CD for it. You can read more about annotations in Backstage by clicking the button below."
description="You need to add an annotation to your component if you want to enable CI/CD for it. You can read more information about annotations in Backstage by clicking the button below."
Copy link

Copilot AI Feb 19, 2026

Choose a reason for hiding this comment

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

The PR description still contains the default template placeholders (e.g., missing linked issue, type of change, and testing details). Please update the PR description so reviewers have the necessary context and verification steps.

Copilot uses AI. Check for mistakes.
action={
<Button
variant="contained"
Expand Down