Skip to content

Commit

Permalink
ci(github): add emoji to all workflows 💞
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Oct 7, 2024
1 parent a31591d commit 0f8d383
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildpack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#

name: scalingo/buildpack
name: 🧷 scalingo/buildpack

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#

name: CI
name: 👷 CI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#

name: E2E
name: 🧪 E2E

# Automatically cancel in-progress actions on the same branch
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "🔖 Pull Request Labeler"
name: 🔖 Pull Request Labeler

on:
- pull_request_target
Expand Down

0 comments on commit 0f8d383

Please sign in to comment.