Skip to content

Commit

Permalink
build(ci): add emoji to pinned items to reorder
Browse files Browse the repository at this point in the history
This orders all of the 'checks' together
and makes 'Sync Translations' easier to recognize

Before:

* Code Quality Checks
* Emulator Tests
* Publish
* Sync Translations
* Unit Tests

After:

* 🚀 Publish
* 🌐 Sync Translations
* 🛠️ Code Quality Checks
* 🛠️ Emulator Tests
* 🛠️ Unit Tests

----

Conflict scan & Labels sometimes appear on the PRs checks,
so icons were added for consistency
  • Loading branch information
david-allison committed Dec 20, 2024
1 parent 7d87cb8 commit 920e4cb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conflict.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Conflict Scan
name: 🛠️ Conflict Scan

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add/Remove Labels
name: 🛠️ Add/Remove Labels

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Quality Checks
name: 🛠️ Code Quality Checks

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: 🚀 Publish

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_translations.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync Translations
name: 🌐 Sync Translations

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_emulator.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Emulator Tests
name: 🛠️ Emulator Tests

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_unit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests
name: 🛠️ Unit Tests

on:
workflow_dispatch:
Expand Down

0 comments on commit 920e4cb

Please sign in to comment.