chore: update workflow names with emojis for better visibility
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
53ecaa736a
commit
6ff467e7eb
|
|
@ -1,4 +1,4 @@
|
|||
name: Build Android
|
||||
name: 🤖 Build Android
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Build Desktop
|
||||
name: 🖥️ Build Desktop
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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' }}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Claude PR Assistant
|
||||
name: 🤖 Claude PR Assistant
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Claude Code
|
||||
name: 🧠 Claude Code
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Issue labeler
|
||||
name: 🏷️ Issue labeler
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
|
|
|||
|
|
@ -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' }}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: PR Conventional Commit Validation
|
||||
name: ✅ PR Conventional Commit Validation
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Branch Synchronization
|
||||
name: 🔄 Branch Synchronization
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Tag on SemVer Commit
|
||||
name: 🏷️ Tag on SemVer Commit
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: "translator"
|
||||
name: "🌍 translator"
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
|
|
|
|||
Loading…
Reference in New Issue