-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emojis back on Dogfood team names. Need to rename in UI before mergin…
…g. (#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 <47070608+noahtalerman@users.noreply.github.com>
- Loading branch information
1 parent
759003e
commit 9ae36d9
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|