From 5ecf0130fa4f0420f7f4575d44c8d718aee23837 Mon Sep 17 00:00:00 2001 From: literat Date: Fri, 20 Sep 2024 12:07:17 +0200 Subject: [PATCH] Style(ci): Introducing emojis for job names --- .github/workflows/commitlint.yaml | 3 ++- .github/workflows/component-analysis.yaml | 3 ++- .github/workflows/e2e.yml | 5 +++-- .github/workflows/git.yaml | 3 ++- .github/workflows/markdown-link-check.yaml | 4 ++-- .github/workflows/publish.yaml | 4 ++-- .github/workflows/supernova.yaml | 4 ++-- .github/workflows/test-web-twig.yaml | 9 +++++---- 8 files changed, 20 insertions(+), 15 deletions(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 7f5f1f24d5..44663cc78c 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -1,4 +1,4 @@ -name: Commits Check +name: ๐Ÿ” Commit Checks on: push: @@ -7,6 +7,7 @@ on: jobs: commitlint: + name: ๐Ÿงพ Commit Linting runs-on: ubuntu-22.04 timeout-minutes: 10 steps: diff --git a/.github/workflows/component-analysis.yaml b/.github/workflows/component-analysis.yaml index 8a92a80d72..09b62c58a8 100644 --- a/.github/workflows/component-analysis.yaml +++ b/.github/workflows/component-analysis.yaml @@ -1,4 +1,4 @@ -name: Component Analysis +name: ๐Ÿงฉ Component Analysis on: schedule: @@ -6,6 +6,7 @@ on: jobs: omlet_analyze: + name: ๐Ÿณ Analyze Components runs-on: ubuntu-latest steps: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e5a0a0c73c..3260ba2f31 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,4 +1,4 @@ -name: End-to-end Tests +name: ๐Ÿค– End-to-end Tests on: push: branches: [main] @@ -16,7 +16,7 @@ env: jobs: haslabel: - name: analyse labels + name: ๐Ÿท๏ธ Labels Analyzing runs-on: ubuntu-latest outputs: e2e: ${{ steps.haslabel.outputs.labeled-run-visual-tests }} @@ -33,6 +33,7 @@ jobs: contains: 'run-visual-tests' test: + name: ๐Ÿงช End-to-End Testing needs: hasLabel if: ${{ needs.haslabel.outputs.e2e || (github.ref == 'refs/heads/main') }} runs-on: ubuntu-22.04 diff --git a/.github/workflows/git.yaml b/.github/workflows/git.yaml index 42fce50484..0667e13985 100644 --- a/.github/workflows/git.yaml +++ b/.github/workflows/git.yaml @@ -1,9 +1,10 @@ -name: Git Check +name: ๐Ÿ” Git Checks on: [pull_request] jobs: block-fixup-merge: + name: ๐Ÿšซ Blocked Merge by Fixup runs-on: ubuntu-22.04 steps: diff --git a/.github/workflows/markdown-link-check.yaml b/.github/workflows/markdown-link-check.yaml index c590219053..4982ce7632 100644 --- a/.github/workflows/markdown-link-check.yaml +++ b/.github/workflows/markdown-link-check.yaml @@ -1,4 +1,4 @@ -name: Markdown Link Check +name: ๐Ÿ“„ Markdown Link Check on: push: @@ -7,7 +7,7 @@ on: jobs: markdown-link-check: - name: 'Markdown link check' + name: ๐Ÿ”— Markdown Link Checking runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fc116ae674..e0dec6ff29 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,4 +1,4 @@ -name: Publish +name: ๐Ÿš€ Publish on: push: @@ -10,7 +10,7 @@ on: jobs: publish: if: ${{ startsWith(github.ref, 'refs/tags/') }} - name: Publish package + name: ๐Ÿ“ฆ Publish Package runs-on: ubuntu-22.04 steps: - name: Clone repository diff --git a/.github/workflows/supernova.yaml b/.github/workflows/supernova.yaml index 2a6bacc175..9f1162e698 100644 --- a/.github/workflows/supernova.yaml +++ b/.github/workflows/supernova.yaml @@ -1,4 +1,4 @@ -name: Supernova +name: ๐Ÿ’ฅ Supernova on: push: @@ -7,7 +7,7 @@ on: jobs: publish: - name: Publish Supernova Documentation + name: ๐Ÿš€ Publish Supernova Documentation runs-on: ubuntu-22.04 steps: - name: Clone repository diff --git a/.github/workflows/test-web-twig.yaml b/.github/workflows/test-web-twig.yaml index e7385143cb..91ae8b7482 100644 --- a/.github/workflows/test-web-twig.yaml +++ b/.github/workflows/test-web-twig.yaml @@ -1,4 +1,4 @@ -name: 'Web Twig: Code Quality Checks' +name: '๐Ÿ” Web Twig: Code Quality Checks' on: push: @@ -16,6 +16,7 @@ on: jobs: prepare-icons: + name: ๐Ÿ“ฑ Icons Preparing runs-on: ubuntu-latest steps: @@ -43,7 +44,7 @@ jobs: php-version: ['8.1', '8.2', '8.3'] dependencies: [''] - name: Unit tests - PHP ${{ matrix.php-version }} ${{ matrix.dependencies }} + name: ๐Ÿงช Unit testing - PHP ${{ matrix.php-version }} ${{ matrix.dependencies }} steps: - uses: actions/checkout@v4 @@ -86,7 +87,7 @@ jobs: ~/.composer/vendor/bin/php-coveralls --coverage_clover=coverage/clover.xml --json_path=coverage/coveralls-upload.json -v finalize-tests: - name: Tests finished + name: ๐Ÿ Test Finalizing needs: [unit-tests] runs-on: ubuntu-latest steps: @@ -99,7 +100,7 @@ jobs: carryforward: web, web-react, analytics, design-tokens, icons, common, codemods, form-validations codestyle: - name: 'Code style and static analysis' + name: '๐Ÿ“ Code Style and Types Analyizing' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4