Skip to content

Commit 300744b

Browse files
committed
style(ci): use semantic emojis for workflow names
Replace generic ⚑ emoji with semantic emojis that better represent each workflow's purpose: - 🌊 SEA Binaries (wave for Single Executable Application) - 🀏 Smol Binaries (pinching hand for small/compressed) - 🧩 WASM Assets (puzzle piece for WebAssembly modules) - πŸš€ CI (rocket for continuous integration) - πŸ“¦ Publish CLIs (package for publishing) - ⚑ Fix PR (lightning for quick automated fixes) Improves workflow discoverability in GitHub Actions UI.
1 parent bcd6785 commit 300744b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ⚑ SEA Binaries
1+
name: 🌊 SEA Binaries
22

33
on:
44
workflow_call:

β€Ž.github/workflows/build-smol.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ⚑ Smol Binaries
1+
name: 🀏 Smol Binaries
22

33
on:
44
workflow_call:

β€Ž.github/workflows/build-wasm.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ⚑ WASM Assets
1+
name: 🧩 WASM Assets
22

33
on:
44
workflow_call:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ⚑ CI
1+
name: πŸš€ CI
22

33
# Dependencies:
44
# - SocketDev/socket-registry/.github/workflows/ci.yml

β€Ž.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 CLIs
1+
name: πŸ“¦ Publish CLIs
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: ⚑ Fix PR
22

33
on:
44
schedule:

0 commit comments

Comments
Β (0)