Skip to content

Commit

Permalink
Add spaces after emojis in team names (#18249)
Browse files Browse the repository at this point in the history
Kind of a silly PR 😅 
The team names used to have spaces after the emojis and I thought it
looked a little more polished 💅
  • Loading branch information
rachaelshaw committed Apr 15, 2024
1 parent 04e88af commit 160448f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dogfood-gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
FLEET_GITOPS_DIR: ${{ github.workspace }}/it-and-security
FLEET_URL: https://dogfood.fleetdm.com
FLEET_API_TOKEN: ${{ secrets.DOGFOOD_API_TOKEN }}
DOGFOOD_APPLE_BM_DEFAULT_TEAM: "💻Workstations"
DOGFOOD_APPLE_BM_DEFAULT_TEAM: "💻 Workstations"
DOGFOOD_MACOS_MIGRATION_WEBHOOK_URL: ${{ secrets.DOGFOOD_MACOS_MIGRATION_WEBHOOK_URL }}
DOGFOOD_GLOBAL_ENROLL_SECRET: ${{ secrets.DOGFOOD_GLOBAL_ENROLL_SECRET }}
DOGFOOD_SSO_ISSUER_URI: ${{ secrets.DOGFOOD_SSO_ISSUER_URI }}
Expand Down
2 changes: 1 addition & 1 deletion it-and-security/teams/servers-canary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "☁️🐣Servers (canary)"
name: "☁️🐣 Servers (canary)"
team_settings:
features:
enable_host_users: false
Expand Down
2 changes: 1 addition & 1 deletion it-and-security/teams/servers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "️Servers"
name: "️ Servers"
team_settings:
features:
enable_host_users: true
Expand Down
2 changes: 1 addition & 1 deletion it-and-security/teams/workstations-canary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "💻🐣Workstations (canary)"
name: "💻🐣 Workstations (canary)"
team_settings:
features:
enable_host_users: true
Expand Down

0 comments on commit 160448f

Please sign in to comment.