Skip to content

Commit 1b589a1

Browse files
committed
Add emojis to workflow names for better visual identification
1 parent 7eaf978 commit 1b589a1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

β€Ž.github/workflows/claude-auto-review.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Claude Auto Review
1+
name: πŸ€– Claude Auto 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:

β€Ž.github/workflows/provenance.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to npm registry
1+
name: πŸ“ Publish to npm registry
22

33
on:
44
workflow_dispatch:

β€Ž.github/workflows/publish-socketbin.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish @socketbin Packages
1+
name: πŸ“¦ Publish @socketbin Packages
22

33
on:
44
workflow_dispatch:

β€Ž.github/workflows/release-binaries.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Release Binaries
1+
name: πŸ“¦ Build and Release yao-pkg Binaries
22

33
on:
44
workflow_dispatch:

β€Ž.github/workflows/release-sea.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Release SEA Binaries
1+
name: πŸ“¦ Build and Release SEA Binaries
22

33
on:
44
workflow_dispatch:

β€Ž.github/workflows/socket-auto-pr.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Socket Fix Auto Pull Request
1+
name: πŸ”§ Socket Fix Auto Pull Request
22

33
on:
44
schedule:

β€Ž.github/workflows/test-sea-fallback.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test SEA Fallback Build
1+
name: πŸ§ͺ Test SEA Fallback Build
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
Β (0)