From a96d4628f6f8c651d8c3868c0b9d749762734fde Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Wed, 14 Feb 2024 13:43:48 +0100 Subject: [PATCH] chore: Add emojis to workflow names --- .github/workflows/coverage.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0ffa26a..b5244d8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,4 +1,4 @@ -name: Coverage +name: ' ๐Ÿงช Coverage' on: workflow_dispatch: pull_request: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 387a270..7b54366 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,4 +1,4 @@ -name: release-please +name: ' ๐Ÿš€ release-please' on: workflow_dispatch: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 068270a..c210773 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Test +name: ' ๐Ÿงช Test' on: workflow_dispatch: