Skip to content

Commit ec4826a

Browse files
mapedersenclaude
andcommitted
fix: standardize GitHub workflow names with emojis
- Add 🤖 emoji to Claude Code workflow for consistency - Add 👁️ emoji to Claude Code Review workflow for consistency - All GitHub Actions workflows now have consistent emoji naming - Improves visual distinction and UX in GitHub Actions interface 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fda41e1 commit ec4826a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Claude Code Review
1+
name: 👁️ Claude Code Review
22

33
on:
44
pull_request:

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Claude Code
1+
name: 🤖 Claude Code
22

33
on:
44
issue_comment:

0 commit comments

Comments
 (0)