chore: update workflow names with emojis for better visibility

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2025-07-24 18:15:43 +08:00
parent 53ecaa736a
commit 6ff467e7eb
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
13 changed files with 13 additions and 19 deletions

View File

@ -1,4 +1,4 @@
name: Build Android
name: 🤖 Build Android
on:
push:

View File

@ -1,4 +1,4 @@
name: Build Desktop
name: 🖥️ Build Desktop
on:
push:

View File

@ -1,4 +1,4 @@
name: Build iOS for development
name: 📱 Build iOS for development
on:
push:
@ -42,9 +42,6 @@ jobs:
- name: 📦 Checkout code
uses: actions/checkout@v4
- name: 🔧 Setup Xcode
uses: ./.github/actions/setup-xcode
- name: 📱 Setup EAS
uses: expo/expo-github-action@v8
with:

View File

@ -1,4 +1,4 @@
name: Build iOS
name: 🍎 Build iOS
on:
push:
@ -49,9 +49,6 @@ jobs:
- name: 📦 Checkout code
uses: actions/checkout@v4
- name: 🔧 Setup Xcode
uses: ./.github/actions/setup-xcode
- name: 📱 Setup EAS
uses: expo/expo-github-action@v8
with:

View File

@ -3,7 +3,7 @@ on:
push:
branches: [main, dev]
name: CI Build web and SSR server
name: 🌐 CI Build web and SSR server
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ssr
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }}

View File

@ -1,4 +1,4 @@
name: Claude PR Assistant
name: 🤖 Claude PR Assistant
on:
issue_comment:

View File

@ -1,4 +1,4 @@
name: Claude Code
name: 🧠 Claude Code
on:
issue_comment:

View File

@ -1,4 +1,4 @@
name: Issue labeler
name: 🏷️ Issue labeler
on:
issues:
types: [opened]

View File

@ -8,7 +8,7 @@ env:
VITE_WEB_URL: https://app.folo.is
VITE_API_URL: https://api.follow.is
name: CI Format, Typecheck and Lint
name: CI Format, Typecheck and Lint
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-lint
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }}

View File

@ -1,4 +1,4 @@
name: PR Conventional Commit Validation
name: PR Conventional Commit Validation
on:
pull_request:

View File

@ -1,4 +1,4 @@
name: Branch Synchronization
name: 🔄 Branch Synchronization
on:
push:

View File

@ -1,4 +1,4 @@
name: Tag on SemVer Commit
name: 🏷️ Tag on SemVer Commit
on:
push:

View File

@ -1,4 +1,4 @@
name: "translator"
name: "🌍 translator"
on:
issues:
types: [opened, edited]