From b20a49ac7ac440c0b80d34fed2f5d755c587d69b Mon Sep 17 00:00:00 2001 From: Piotr Zajac Date: Thu, 2 Nov 2023 22:32:54 +0100 Subject: [PATCH] Use emojis in workflow names --- .github/workflows/build-test-pack.yml | 2 +- .github/workflows/cicd.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/fossa-scan.yml | 2 +- .github/workflows/init.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/tag.yml | 2 +- .github/workflows/test-mutations.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-test-pack.yml b/.github/workflows/build-test-pack.yml index 0b553bc0..03978eff 100644 --- a/.github/workflows/build-test-pack.yml +++ b/.github/workflows/build-test-pack.yml @@ -1,4 +1,4 @@ -name: 'Build, test & pack' +name: '🏗️ Build, test & pack' on: workflow_call: diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 997c6927..bf946b51 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,4 +1,4 @@ -name: 'CI/CD' +name: '🚚 CI/CD' on: pull_request: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3b18e3d1..ed146706 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,4 +1,4 @@ -name: 'CodeQL: Semantic code analysis' +name: '🔬 CodeQL: Semantic code analysis' on: pull_request: diff --git a/.github/workflows/fossa-scan.yml b/.github/workflows/fossa-scan.yml index 26904926..febaa47b 100644 --- a/.github/workflows/fossa-scan.yml +++ b/.github/workflows/fossa-scan.yml @@ -1,4 +1,4 @@ -name: 'FOSSA: License & security scan' +name: '🐯 FOSSA: License & security scan' on: pull_request: diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index 604bb1cf..1c7afa51 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -1,4 +1,4 @@ -name: 'Prepare workflows configuration' +name: '🎱 Prepare workflows configuration' on: workflow_call: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c5ede68..c17277a8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: 'Publish NuGet packages' +name: '📤 Publish NuGet packages' on: workflow_call: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index fa302b85..edd6b135 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -1,4 +1,4 @@ -name: 'Add tag to repository' +name: '🏷️ Add tag to repository' on: workflow_call: diff --git a/.github/workflows/test-mutations.yml b/.github/workflows/test-mutations.yml index bfba3a79..e7073a45 100644 --- a/.github/workflows/test-mutations.yml +++ b/.github/workflows/test-mutations.yml @@ -1,4 +1,4 @@ -name: 'Stryker.NET: Mutation testing' +name: '👾 Stryker.NET: Mutation testing' on: pull_request: