From ada72ca5b252036c5c93e4a9b658d4b622b6fde7 Mon Sep 17 00:00:00 2001 From: Dani Llewellyn Date: Mon, 1 Nov 2021 18:01:45 +0000 Subject: [PATCH] Add a waving hand emoji to greetings GitHub Action Make the name of the Greetings GitHub Action more friendly by adding a waving hand emoji. --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index b5deeb1..76eb03c 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,4 +1,4 @@ -name: Greetings +name: 👋 Greetings on: [pull_request, issues]