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 .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:

- group: "Linters"
steps:
- label: "☢️ Danger - PR Check"
- label: ":danger: Danger - PR Check"
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

This change creates inconsistency in emoji usage throughout the pipeline. The file now mixes Buildkite custom emojis (:danger:, :rocket:) with Unicode emojis (🚀 on line 98, 🔎 on line 60). For consistency, consider either converting all emojis to Buildkite custom emoji format or keeping them all as Unicode characters.

Copilot uses AI. Check for mistakes.
command: danger
key: danger
if: "build.pull_request.id != null"
Expand Down