From 160448f7d311dc7381fc91a8e20772cb6352654c Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Mon, 15 Apr 2024 17:52:15 -0500 Subject: [PATCH] Add spaces after emojis in team names (#18249) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kind of a silly PR 😅 The team names used to have spaces after the emojis and I thought it looked a little more polished 💅 --- .github/workflows/dogfood-gitops.yml | 2 +- it-and-security/teams/servers-canary.yml | 2 +- it-and-security/teams/servers.yml | 2 +- it-and-security/teams/workstations-canary.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dogfood-gitops.yml b/.github/workflows/dogfood-gitops.yml index 95f55254a3..61921b9a7e 100644 --- a/.github/workflows/dogfood-gitops.yml +++ b/.github/workflows/dogfood-gitops.yml @@ -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 }} diff --git a/it-and-security/teams/servers-canary.yml b/it-and-security/teams/servers-canary.yml index d87ea5bcba..36d5c906e1 100644 --- a/it-and-security/teams/servers-canary.yml +++ b/it-and-security/teams/servers-canary.yml @@ -1,4 +1,4 @@ -name: "☁️🐣Servers (canary)" +name: "☁️🐣 Servers (canary)" team_settings: features: enable_host_users: false diff --git a/it-and-security/teams/servers.yml b/it-and-security/teams/servers.yml index 212a2bd0ab..c43085a695 100644 --- a/it-and-security/teams/servers.yml +++ b/it-and-security/teams/servers.yml @@ -1,4 +1,4 @@ -name: "☁️Servers" +name: "☁️ Servers" team_settings: features: enable_host_users: true diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index 7ec46d1f36..6523094cee 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -1,4 +1,4 @@ -name: "💻🐣Workstations (canary)" +name: "💻🐣 Workstations (canary)" team_settings: features: enable_host_users: true