Skip to content

Commit 9ae36d9

Browse files
Emojis back on Dogfood team names. Need to rename in UI before merging. (#17605)
Emojis are back on Dogfood team names. Need to rename the teams in UI before merging. Otherwise, GitOps will simply create new teams. Co-authored-by: Noah Talerman <[email protected]>
1 parent 759003e commit 9ae36d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dogfood-gitops.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
FLEET_GITOPS_DIR: ${{ github.workspace }}/it-and-security
4848
FLEET_URL: https://dogfood.fleetdm.com
4949
FLEET_API_TOKEN: ${{ secrets.DOGFOOD_API_TOKEN }}
50-
DOGFOOD_APPLE_BM_DEFAULT_TEAM: Workstations
50+
DOGFOOD_APPLE_BM_DEFAULT_TEAM: "💻Workstations"
5151
DOGFOOD_MACOS_MIGRATION_WEBHOOK_URL: ${{ secrets.DOGFOOD_MACOS_MIGRATION_WEBHOOK_URL }}
5252
DOGFOOD_GLOBAL_ENROLL_SECRET: ${{ secrets.DOGFOOD_GLOBAL_ENROLL_SECRET }}
5353
DOGFOOD_SSO_ISSUER_URI: ${{ secrets.DOGFOOD_SSO_ISSUER_URI }}

it-and-security/teams/servers-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Servers (canary)"
1+
name: "☁️🐣Servers (canary)"
22
team_settings:
33
features:
44
enable_host_users: false

it-and-security/teams/servers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Servers"
1+
name: "☁️Servers"
22
team_settings:
33
features:
44
enable_host_users: true

it-and-security/teams/workstations-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Workstations (canary)"
1+
name: "💻🐣Workstations (canary)"
22
team_settings:
33
features:
44
enable_host_users: true

0 commit comments

Comments
 (0)