From d55c72b6fab1f3e3bd5c81e233cb6d9bcd2ddcf6 Mon Sep 17 00:00:00 2001 From: David Allison <62114487+david-allison@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:39:26 +0000 Subject: [PATCH] build(ci): add emoji to pinned items to reorder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/lint.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/sync_translations.yml | 2 +- .github/workflows/tests_emulator.yml | 2 +- .github/workflows/tests_unit.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 99888b54a94c..0f03f6103959 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Code Quality Checks +name: 🛠️ Code Quality Checks on: workflow_dispatch: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 245ee158617f..52abb17a06e9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Publish +name: 🚀 Publish on: workflow_dispatch: diff --git a/.github/workflows/sync_translations.yml b/.github/workflows/sync_translations.yml index b96615c35992..2498723b706e 100644 --- a/.github/workflows/sync_translations.yml +++ b/.github/workflows/sync_translations.yml @@ -1,4 +1,4 @@ -name: Sync Translations +name: 🌐 Sync Translations on: workflow_dispatch: diff --git a/.github/workflows/tests_emulator.yml b/.github/workflows/tests_emulator.yml index ba0949b3670e..4d4c6dad43bb 100644 --- a/.github/workflows/tests_emulator.yml +++ b/.github/workflows/tests_emulator.yml @@ -1,4 +1,4 @@ -name: Emulator Tests +name: 🛠️ Emulator Tests on: workflow_dispatch: diff --git a/.github/workflows/tests_unit.yml b/.github/workflows/tests_unit.yml index fe16cd20f50f..b96827353179 100644 --- a/.github/workflows/tests_unit.yml +++ b/.github/workflows/tests_unit.yml @@ -1,4 +1,4 @@ -name: Unit Tests +name: 🛠️ Unit Tests on: workflow_dispatch: