From 2f2c6ce6c5ca7de1e08bc8035e8486bc5a0b3579 Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Sun, 24 Sep 2023 14:16:47 -0400 Subject: [PATCH] ci(github): updates workflow/job naming --- .github/workflows/bd-fe.yml | 6 +++--- .github/workflows/bdt-fe.yml | 6 +++--- .github/workflows/dispatch-bd-fe--cms.yml | 4 ++-- .github/workflows/dispatch-bd-fe--release.yml | 2 +- .github/workflows/test-backstop-refs.yml | 2 +- .github/workflows/test-backstop.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/bd-fe.yml b/.github/workflows/bd-fe.yml index 42c711666..4726391ae 100644 --- a/.github/workflows/bd-fe.yml +++ b/.github/workflows/bd-fe.yml @@ -1,5 +1,5 @@ -name: 📦 Build & Deploy -run-name: "🚜 ${{ github.ref_name == 'main' && 'PRD' || 'STG' }} - Build & Deploy - ${{ github.event_name == 'pull_request' && format('PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title) || format('latest {0}', github.ref_name) }}" +name: 🚀 Build & Deploy +run-name: "🚀 ${{ github.ref_name == 'main' && 'PRD' || 'STG' }} - Build & Deploy - ${{ github.event_name == 'pull_request' && format('PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title) || format('latest {0}', github.ref_name) }}" on: workflow_dispatch: @@ -58,7 +58,7 @@ env: jobs: build_deploy: - name: 🚜 Build & Deploy to ${{ github.ref_name == 'main' && 'PRD' || 'STG' }} + name: 🎁 Pushing to ${{ github.ref_name == 'main' && 'PRD' || 'STG' }} runs-on: ubuntu-latest concurrency: group: build-deploy diff --git a/.github/workflows/bdt-fe.yml b/.github/workflows/bdt-fe.yml index 050e4403a..e6f4b5136 100644 --- a/.github/workflows/bdt-fe.yml +++ b/.github/workflows/bdt-fe.yml @@ -23,7 +23,7 @@ env: jobs: build_deploy: - name: 📦 Build & Deploy + name: 🚀 Build & Deploy uses: ./.github/workflows/bd-fe.yml secrets: AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} @@ -61,7 +61,7 @@ jobs: REPORTS_DISTRIBUTION: ${{ secrets.REPORTS_DISTRIBUTION }} lighthouse: - name: 🧐 Performance + name: 🎭 Performance needs: build_deploy uses: ./.github/workflows/test-lighthouse.yml secrets: @@ -72,7 +72,7 @@ jobs: REPORTS_DISTRIBUTION: ${{ secrets.REPORTS_DISTRIBUTION }} pagespeed: - name: 🧐 PageSpeed + name: 📈 Metrics needs: build_deploy uses: ./.github/workflows/test-psi.yml secrets: diff --git a/.github/workflows/dispatch-bd-fe--cms.yml b/.github/workflows/dispatch-bd-fe--cms.yml index 0aeeb56fa..66acd7811 100644 --- a/.github/workflows/dispatch-bd-fe--cms.yml +++ b/.github/workflows/dispatch-bd-fe--cms.yml @@ -13,7 +13,7 @@ jobs: cancel-in-progress: true steps: - - name: ✓ Approve CMS Dispatch + - name: ✓ Approve uses: dgrebb/manual-approval@0.2.0 with: secret: ${{ github.TOKEN }} @@ -23,7 +23,7 @@ jobs: issue-body: "Please approve or deny the deployment of version ${{ github.ref_name }}." exclude-workflow-initiator-as-approver: false additional-approved-words: y,a - labels: 'publish' + labels: 'content' frontend: runs-on: ubuntu-latest diff --git a/.github/workflows/dispatch-bd-fe--release.yml b/.github/workflows/dispatch-bd-fe--release.yml index 9d5477290..6935daa23 100644 --- a/.github/workflows/dispatch-bd-fe--release.yml +++ b/.github/workflows/dispatch-bd-fe--release.yml @@ -1,4 +1,4 @@ -name: ➡ 🚀 B&D FE Release +name: 🚀 Build & Deploy Release on: push: diff --git a/.github/workflows/test-backstop-refs.yml b/.github/workflows/test-backstop-refs.yml index 94202b891..435d6ff57 100644 --- a/.github/workflows/test-backstop-refs.yml +++ b/.github/workflows/test-backstop-refs.yml @@ -1,4 +1,4 @@ -name: 🙈 BackstopJS - Refs +name: 🙊 Generate Refs on: workflow_dispatch: workflow_call: diff --git a/.github/workflows/test-backstop.yml b/.github/workflows/test-backstop.yml index d71871a2b..f984c85b8 100644 --- a/.github/workflows/test-backstop.yml +++ b/.github/workflows/test-backstop.yml @@ -1,4 +1,4 @@ -name: 🙈 BackstopJS +name: 🙈 Run BackstopJS run-name: "${{ github.ref_name == 'main' && 'PRD' || 'STG' }} - BackstopJS ${{ github.event_name == 'pull_request' && format('PR #{0}: {1} on ', github.event.pull_request.number, github.event.pull_request.title) || format('on latest {0}', github.ref_name) }}" on: