Skip to content

Commit

Permalink
Use emojis in workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Nov 2, 2023
1 parent d188fd8 commit b20a49a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-pack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Build, test & pack'
name: '🏗️ Build, test & pack'

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'CI/CD'
name: '🚚 CI/CD'

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'CodeQL: Semantic code analysis'
name: '🔬 CodeQL: Semantic code analysis'

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fossa-scan.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'FOSSA: License & security scan'
name: '🐯 FOSSA: License & security scan'

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/init.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Prepare workflows configuration'
name: '🎱 Prepare workflows configuration'

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Publish NuGet packages'
name: '📤 Publish NuGet packages'

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Add tag to repository'
name: '🏷️ Add tag to repository'

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mutations.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Stryker.NET: Mutation testing'
name: '👾 Stryker.NET: Mutation testing'

on:
pull_request:
Expand Down

0 comments on commit b20a49a

Please sign in to comment.